Skip to content

Instantly share code, notes, and snippets.

@saloni137
Last active December 22, 2022 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saloni137/ba4fbc6ee6014d4b2f37674ed90822cf to your computer and use it in GitHub Desktop.
Save saloni137/ba4fbc6ee6014d4b2f37674ed90822cf to your computer and use it in GitHub Desktop.
Function
function sum(a,b,c){
return a+b+c;
}
console.log(sum(1,2,3)); //calling sum function from anywhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment