Skip to content

Instantly share code, notes, and snippets.

@SeanCannon
Created July 30, 2013 16:33
Show Gist options
  • Save SeanCannon/6114573 to your computer and use it in GitHub Desktop.
Save SeanCannon/6114573 to your computer and use it in GitHub Desktop.
(function(){
alert(foo);
var foobar = 'Goodbye world';
alert(foo);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment