Skip to content

Instantly share code, notes, and snippets.

@wookiehangover
Created February 27, 2013 22:37
Show Gist options
  • Save wookiehangover/5052501 to your computer and use it in GitHub Desktop.
Save wookiehangover/5052501 to your computer and use it in GitHub Desktop.
{
var hasAnyone = "ever seen someone write";
function wtf(){
return "code in blocks like this?";
}
console.log( hasAnyone + wtf() );
}
@alexmcpherson
Copy link

I have now!

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