Q.1 What will be the output of the following code snippet?
Q.2 What will be the output of the following code snippet?
console.log(NaN === NaN);
Q.3 What will be the output of the following code snippet?
console.log(Boolean([]));
Q.4 What will be the output of the following code snippet?
console.log('1' - - '1');
Q.5 What will be the output of the following code snippet?