Skip to content

Instantly share code, notes, and snippets.

@goz
Created June 6, 2010 20:36
Show Gist options
  • Save goz/427875 to your computer and use it in GitHub Desktop.
Save goz/427875 to your computer and use it in GitHub Desktop.
// definition
var f = function(x){ return x*2;};
// evaluation
var f = function(x) x * 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment