Write Your JavaScript Code Here
Run
Black
Copy Code
// Object :- A javaScript object is an entity having state and behavior. // creating the object by object literal let obj ={"key":"value","Name":"Mayur"} console.log(obj);
Output: