Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

compare objects

//No generic function to do that at all.
//use Lodash, famous for such must have functions, all efficiently built
//http://lodash.com/docs#isEqual --- 

npm install lodash

_.isEqual(object, other);
 
PREVIOUS NEXT
Tagged: #compare #objects
ADD COMMENT
Topic
Name
6+1 =