Skip to content

Instantly share code, notes, and snippets.

@fragje
Created March 13, 2012 09:36
Show Gist options
  • Save fragje/2027843 to your computer and use it in GitHub Desktop.
Save fragje/2027843 to your computer and use it in GitHub Desktop.
JavaScript: Simple function
var myFunction = function(a, b) {
return (a + b);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment