Skip to content

Instantly share code, notes, and snippets.

@bermanboris
Created April 29, 2017 12:25
Show Gist options
  • Save bermanboris/4172f6486b75ca78f6431b441debef80 to your computer and use it in GitHub Desktop.
Save bermanboris/4172f6486b75ca78f6431b441debef80 to your computer and use it in GitHub Desktop.
sum function
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