JavaScript Quiz Practice
Active Recall Drill Session
← Exit SessionQuestion 1 of 1
easyJavaScript
What does this evaluate to?
code
console.log('' == 0);
console.log('' === 0);Loading compiler resources...
Active Recall Drill Session
console.log('' == 0);
console.log('' === 0);