Skip to content

Instantly share code, notes, and snippets.

@macikokoro
Last active August 29, 2015 14:02
Show Gist options
  • Save macikokoro/ab772eab0d4170300549 to your computer and use it in GitHub Desktop.
Save macikokoro/ab772eab0d4170300549 to your computer and use it in GitHub Desktop.
Function with parameter ( ) and argument { }
var identity = function (x) {
return x;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment