11.
What will be the output of null == undefined in JavaScript?
12.
How does JavaScript evaluate null === undefined?
13.
What is the result of NaN == NaN in JavaScript?
14.
What does NaN !== NaN evaluate to in JavaScript?
15.
What will be the output of 5 == true in JavaScript?
16.
How does JavaScript evaluate 0 == false?
17.
What is the result of '' == false in JavaScript?
18.
What does '5' !== 5 evaluate to in JavaScript?
19.
What will be the output of 5 === 5 in JavaScript?
20.
How does JavaScript evaluate 'true' == true?