109 B
109 B
The answer: null
, because it's the first falsy value from the list.
alert(1 && null && 2);
The answer: null
, because it's the first falsy value from the list.
alert(1 && null && 2);