Skip to content

Instantly share code, notes, and snippets.

@podlipensky
Forked from padolsey/1.js
Created February 23, 2013 16:34
Show Gist options
  • Save podlipensky/5020368 to your computer and use it in GitHub Desktop.
Save podlipensky/5020368 to your computer and use it in GitHub Desktop.
x() === x()() === x()()()
x > 2 && x < 2
delete x.a && x.a;
typeof new x < typeof x
x - 1 === x + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment