133 B
133 B
importance: 5
What's the result of OR?
What is the code below going to output?
alert( null || 2 || undefined );
importance: 5
What is the code below going to output?
alert( null || 2 || undefined );