- A true
- B false
- C "true"
- D "false'
- Share this MCQ
Answer:
B
Share this MCQ
The Object.is
method in JavaScript is a method that can be used to determine whether two values are the same.
In this case, the Object.is
method is called with obj
and an empty object as the arguments.
Although obj
and the empty object may seem similar, they are actually two distinct objects and are not the same.
Therefore, the Object.is
method will return false.
Share this MCQ