In JS, an object is an unordered collection of associated key/value pairs (properties). Each property can reference a primitive type (string, number, boolean, null, undefined) or another object (array, functions, etc). There are two types of two forms of objects, Literal (Declarative form) const developer = {
name: 'Srinjoy Santra'…