Skip to content

Instantly share code, notes, and snippets.

@raejin
Created March 27, 2013 19:01
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 raejin/5257059 to your computer and use it in GitHub Desktop.
Save raejin/5257059 to your computer and use it in GitHub Desktop.
function test_function() {
var fancyVariable = null,
booleans = Boolean(1);
var element = document.getElementsByTagName('a');
alert('This is a test');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment