skip to content →
ts-quiz
js-basic · 2/5[exit]
console.log(0 == "0");
console.log(0 === "0");

What does this print?

✓ es2024