FrontendInterviews.dev

613. Object.is and -0

Easy•

Predict the output.

console.log(Object.is(-0, 0))

What is the correct output/behavior?

Select an option and submit your answer.
Next Problem