Skip to content

Instantly share code, notes, and snippets.

@tsvetomir
Forked from padolsey/1.js
Created February 22, 2013 20:36
Show Gist options
  • Select an option

  • Save tsvetomir/5016360 to your computer and use it in GitHub Desktop.

Select an option

Save tsvetomir/5016360 to your computer and use it in GitHub Desktop.

Revisions

  1. @padolsey padolsey created this gist Feb 21, 2013.
    1 change: 1 addition & 0 deletions 1.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    /x/==x
    1 change: 1 addition & 0 deletions 2.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    x() === x()() === x()()()
    1 change: 1 addition & 0 deletions 3.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    x > 2 && x < 2
    1 change: 1 addition & 0 deletions 4.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    delete x.a && x.a;
    1 change: 1 addition & 0 deletions 5.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    x[x]==x
    1 change: 1 addition & 0 deletions 6.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    typeof new x < typeof x
    1 change: 1 addition & 0 deletions 7.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    x - 1 === x + 1