Frontend
Interviews
.dev
Problems
613. Object.is and -0
Easy
•
...
Predict the output.
console
.
log
(
Object
.
is
(
-
0
,
0
)
)
What is the correct output/behavior?
true
false
TypeError
undefined
Submit Answer
Reveal Answer
Select an option and submit your answer.
Next Problem
Auto-advance on correct answer