99 B
99 B
The answer is 2
, that's the first truthy value.
alert( null || 2 || undefined );
The answer is 2
, that's the first truthy value.
alert( null || 2 || undefined );