Skip to content

Instantly share code, notes, and snippets.

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 camelcaseblog/02b69bdb0e549dc7cb72eafeec2d477a to your computer and use it in GitHub Desktop.
Save camelcaseblog/02b69bdb0e549dc7cb72eafeec2d477a to your computer and use it in GitHub Desktop.
x = {'a': 1, 'b': 2}
y = {'b': 2, 'a': 1}
_.isEqual(x, y) // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment