Skip to content

Instantly share code, notes, and snippets.

@JakeSidSmith
Created June 1, 2015 17:03
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 JakeSidSmith/3af88c9ed4318dc5311b to your computer and use it in GitHub Desktop.
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
var isJavascriptInsane = function () {
return typeof ({} + []) === 'string';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment