How can I do a shallow comparison of the properties of two objects with Javascript or lodash?
Is there a way I can do a shallow comparison that will not go down and compare the contents of objects inside of objects in Javascript or lodash? Note that I did check lodash, but it appears to …