Skip to content

Instantly share code, notes, and snippets.

@aktech
Created June 25, 2016 11:37
Show Gist options
  • Select an option

  • Save aktech/f5590aebefa6c1aadbb07fc310914e0a to your computer and use it in GitHub Desktop.

Select an option

Save aktech/f5590aebefa6c1aadbb07fc310914e0a to your computer and use it in GitHub Desktop.
JS shit
function foo() {
  return typeof null === "undefined";
}

for(var i=0; i<10000; ++i) console.log(foo())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment