Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created January 12, 2015 18:53
Show Gist options
  • Save tmcw/94dfd672e86dec0b1ef9 to your computer and use it in GitHub Desktop.
Save tmcw/94dfd672e86dec0b1ef9 to your computer and use it in GitHub Desktop.
var a = [1, 2];
var b = [1, 2];
a[0] == b[0] && a[1] == b[1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment