Skip to content

Instantly share code, notes, and snippets.

@Lobstrosity
Created October 30, 2010 21:01
Show Gist options
  • Save Lobstrosity/655738 to your computer and use it in GitHub Desktop.
Save Lobstrosity/655738 to your computer and use it in GitHub Desktop.
var message = 'Hello!';
(function() {
var message = 'Hi!';
alert(message);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment