Skip to content

Instantly share code, notes, and snippets.

@dimapaloskin
Created October 2, 2015 09:42
Show Gist options
  • Save dimapaloskin/7bd6122b2da47feb8dc4 to your computer and use it in GitHub Desktop.
Save dimapaloskin/7bd6122b2da47feb8dc4 to your computer and use it in GitHub Desktop.
PPpNJo
function sum(a, b) {
return a + b;
}
var data = sum(1, 2);
console.log(data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment