Skip to content

Instantly share code, notes, and snippets.

@Alex1990
Created March 17, 2017 14:36
Show Gist options
  • Save Alex1990/aedbdfb00624eede34f56b9c13ff22b0 to your computer and use it in GitHub Desktop.
Save Alex1990/aedbdfb00624eede34f56b9c13ff22b0 to your computer and use it in GitHub Desktop.
Lodash's isEqual method
/*
- null
- undefined
- number
- NaN
- string
- boolean
- number/string/boolean wrapper objects
- regexp
- function
- symbols
- array
- object
- date objects
- map
- set
- typed array
- array buffer
- error objects
- DOM nodes
- host objects
- built in objects
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment