111 B
111 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 );