Skip to content

Instantly share code, notes, and snippets.

@jaygarcia
Created September 22, 2015 23:48
Show Gist options
  • Save jaygarcia/2056479440a435135510 to your computer and use it in GitHub Desktop.
Save jaygarcia/2056479440a435135510 to your computer and use it in GitHub Desktop.
<HTML>
<head>
<script type="text/javascript">
var x = 3;
</script>
</head>
<body>
<script type="text/javascript">
alert('x is ' + x);
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment