Object Methods
How to add a key to an object in JavaScript
javascriptobjectsobject-methods
How to Get the Difference Between Two JavaScript Objects
Get the list of the keys that are different between two objects using the Lodash isEqual method.
javascriptobject-methodsweb-development
Object Literals Using Object Property Shorthand
How the object property shorthand in JavaScript makes our code concise.
javascriptobject-literalsobject-methods