Skip to content

Instantly share code, notes, and snippets.

@hazmatzo
Created April 1, 2016 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hazmatzo/4c2569a86a4d3cc7889eb87d87a12c5d to your computer and use it in GitHub Desktop.
Save hazmatzo/4c2569a86a4d3cc7889eb87d87a12c5d to your computer and use it in GitHub Desktop.
Simple ES5 Example
// ES5
// example 1
function ([param] [, param]) {
statements
}
// example 2
function (param) {
return expression
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment