Skip to content

Instantly share code, notes, and snippets.

@raejin
Created March 27, 2013 19:01
Show Gist options
  • Select an option

  • Save raejin/5257059 to your computer and use it in GitHub Desktop.

Select an option

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