129 B
129 B
importance: 3
What is the result of AND'ed alerts?
What will this code show?
alert( alert(1) && alert(2) );
importance: 3
What will this code show?
alert( alert(1) && alert(2) );