Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created January 5, 2012 22:52
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jashkenas/1567793 to your computer and use it in GitHub Desktop.
Save jashkenas/1567793 to your computer and use it in GitHub Desktop.
foo
(
function( ) {
return bar(
'foo' ) ;
},
function
()
{
return 'bar'
;
} ) ;
@NuckChorris
Copy link

... WHY IN THE FUCK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment