Skip to content

Instantly share code, notes, and snippets.

@himeshvats19
Created June 26, 2019 07:17
Show Gist options
  • Save himeshvats19/bad5a6fc4db4020b54a8764c2c8d61b3 to your computer and use it in GitHub Desktop.
Save himeshvats19/bad5a6fc4db4020b54a8764c2c8d61b3 to your computer and use it in GitHub Desktop.
function fun(a, b){
return a + b;
}
console.log(fun(1, 2)); // 3
console.log(fun(1, 2, 3, 4, 5)); // 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment