en.javascript.info/1-js/02-first-steps/11-logical-operators/1-alert-null-2-undefined/task.md
2018-11-09 08:20:33 +01:00

133 B

importance: 5


What's the result of OR?

What is the code below going to output?

alert( null || 2 || undefined );