Created
June 1, 2015 17:03
-
-
Save JakeSidSmith/3af88c9ed4318dc5311b to your computer and use it in GitHub Desktop.
Simple function to check if the language you are using is insane. :P
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var isJavascriptInsane = function () { | |
return typeof ({} + []) === 'string'; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment