Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ericf
Created February 21, 2009 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericf/68197 to your computer and use it in GitHub Desktop.
Save ericf/68197 to your computer and use it in GitHub Desktop.
<html>
<head><title>testing gist</title></head>
<body>
<script type="text/javascript" src="http://gist.github.com/raw/68197/0599a2f57e5626b606a35bd0e65136da2e1742f0/test.js"></script>
<script type="text/javascript" src="http://gist.github.com/raw/68197/49951505cda6e4d30c49ffd387f0e4464a2bb437/test2.js"></script>
</body>
window.ERIC = window.ERIC || {};
ERIC.firstName = "Eric";
ERIC.lastName = "Ferraiuolo";
alert( ERIC.firstName + " " + ERIC.lastName );
window.ERIC = window.ERIC || {};
ERIC.sex = "male";
alert( ERIC.sex );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment