Q. Which one of the following is the correct output for the given JavaScript code?
Code:
const object1 ={
property1:20
};
console.log(Object.is(object1));
β
Correct Answer: (A)
False