en.javascript.info/1-js/02-first-steps/11-logical-operators/2-alert-or/task.md
2018-11-09 08:22:37 +01:00

139 B

importance: 3


What's the result of OR'ed alerts?

What will the code below output?

alert( alert(1) || 2 || alert(3) );