Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created January 12, 2015 18:52
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 tmcw/811bc6620ec8daed8e23 to your computer and use it in GitHub Desktop.
Save tmcw/811bc6620ec8daed8e23 to your computer and use it in GitHub Desktop.
Gist from mistakes.io
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