Write Your JavaScript Code Here

// Create an empty object const object1 = {}; // Check if the object1 is equal to itself console.log(Object.is(object1));

Output: