JavaScript Quiz Practice
Active Recall Drill Session
← Exit SessionQuestion 1 of 1
mediumJavaScript
What does this evaluate to, and why?
code
console.log(null == undefined);
console.log(null == 0);Loading compiler resources...
Active Recall Drill Session
console.log(null == undefined);
console.log(null == 0);