Skip to content

Instantly share code, notes, and snippets.

@jagjeetgit
Created February 18, 2018 06:44
Show Gist options
  • Save jagjeetgit/a38561ad95597dcad4bcacd507216afa to your computer and use it in GitHub Desktop.
Save jagjeetgit/a38561ad95597dcad4bcacd507216afa to your computer and use it in GitHub Desktop.
Custom Function JS DOc Example
/**
*Returns the simple interest
@name interest Simple Interest
@param {number} p Principal Amount
@param {number} r Rate Of Interest
@param {number} t Time of Loan (in Years)
@returns {number} calculated Simple Interest for the inputs
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment