Skip to content

Instantly share code, notes, and snippets.

@weisjohn
Created July 11, 2012 19:26
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 weisjohn/3092612 to your computer and use it in GitHub Desktop.
Save weisjohn/3092612 to your computer and use it in GitHub Desktop.
Enter the Dragon -
// things you should be able to know from javascript, according to Dmitry Baranovskiy - http://www.youtube.com/watch?v=Trr95ij1358
5 - "4";
5 + "4";
+!{}[true]
+[1]
+[1,2]
7 - "a"
7 / 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment