Skip to content

Instantly share code, notes, and snippets.

@rahulbanerjee26
Created July 6, 2022 04:08
Show Gist options
  • Save rahulbanerjee26/228a6f90f48b8b4a9dbf409352b59ff6 to your computer and use it in GitHub Desktop.
Save rahulbanerjee26/228a6f90f48b8b4a9dbf409352b59ff6 to your computer and use it in GitHub Desktop.
function sum(x, y, z){
return x + y + z
}
console.log(sum(10, 20, 30))
// Output: 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment