Skip to content

Instantly share code, notes, and snippets.

@paulo9mv
Created June 10, 2019 19:29
Show Gist options
  • Save paulo9mv/c0e11c9da0e88cb5c82c0ea8d4534178 to your computer and use it in GitHub Desktop.
Save paulo9mv/c0e11c9da0e88cb5c82c0ea8d4534178 to your computer and use it in GitHub Desktop.
Sum
function sum(a,b){
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment