Skip to content

Instantly share code, notes, and snippets.

@pragmaticobjects
Created September 8, 2011 12:16
Show Gist options
  • Select an option

  • Save pragmaticobjects/1203257 to your computer and use it in GitHub Desktop.

Select an option

Save pragmaticobjects/1203257 to your computer and use it in GitHub Desktop.
A simple web page
<script>
globalVar = "Hello";
alert(globalVar);
</script>
<div>Hello World</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment