Skip to content

Instantly share code, notes, and snippets.

@felipecastrosales
Created September 23, 2020 22:48
Show Gist options
  • Save felipecastrosales/980651b4f17687ae5a3ea0b448dd9029 to your computer and use it in GitHub Desktop.
Save felipecastrosales/980651b4f17687ae5a3ea0b448dd9029 to your computer and use it in GitHub Desktop.
sum function
function sum(a, b) {
return a + b;
}
@felipecastrosales
Copy link
Author

sum function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment