function foo() {
return typeof null === "undefined";
}
for(var i=0; i<10000; ++i) console.log(foo())
Created
June 25, 2016 11:37
-
-
Save aktech/f5590aebefa6c1aadbb07fc310914e0a to your computer and use it in GitHub Desktop.
JS shit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment