Skip to content

Instantly share code, notes, and snippets.

@jerone
Created February 16, 2010 22:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jerone/306014 to your computer and use it in GitHub Desktop.
Save jerone/306014 to your computer and use it in GitHub Desktop.
(function(){return 2*3;}).toString() === (function(){return 6;}).toString(); // true in FF & Opera, false in IE & WebKit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment