Skip to content

Instantly share code, notes, and snippets.

@zbigniewTomczak
Created February 19, 2013 13:50
Show Gist options
  • Save zbigniewTomczak/4986067 to your computer and use it in GitHub Desktop.
Save zbigniewTomczak/4986067 to your computer and use it in GitHub Desktop.
var add = function (a, b) {
return a+b;
}
console.log(add(7,3));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment