139 B
139 B
importance: 3
What's the result of OR'ed alerts?
What will the code below output?
alert( alert(1) || 2 || alert(3) );
importance: 3
What will the code below output?
alert( alert(1) || 2 || alert(3) );