Skip to content

Instantly share code, notes, and snippets.

@suuuzi
Created September 15, 2016 14:14
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 suuuzi/5953de0774ee912b33254b3b0cb1a0b9 to your computer and use it in GitHub Desktop.
Save suuuzi/5953de0774ee912b33254b3b0cb1a0b9 to your computer and use it in GitHub Desktop.
function arraysEqual(a1,a2) {
return JSON.stringify(a1)==JSON.stringify(a2);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment