Skip to content

Instantly share code, notes, and snippets.

@jagjeetgit
Last active February 18, 2018 06:46
Show Gist options
  • Save jagjeetgit/398db829d314367e098ffd25c807779a to your computer and use it in GitHub Desktop.
Save jagjeetgit/398db829d314367e098ffd25c807779a to your computer and use it in GitHub Desktop.
Custom Function - Function Style
/** JS DOC goes here*/
function interest(p,r,t) {
return p * r * t /100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment