Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created September 23, 2011 23:21
Show Gist options
  • Select an option

  • Save aaronpowell/1238701 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/1238701 to your computer and use it in GitHub Desktop.
Q12 - Operator please
var a = function() {
return 1;
};
var b = function() {
return a(), 2;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment