comment multiple lines in vs code shortcut
ctrl + shift + a
@desc
Write down a description for your function
@param
Describe all input parameters the function accepts. Make sure to define the input types.
@returns
Describe the returned output. Make sure to define the output type.
@throws
Describe the error type the function can throw
@example
Include one or multiple examples that show the input and output