en.javascript.info/1-js/02-first-steps/11-logical-ops/1-alert-null-2-undefined/task.md
Ilya Kantor 9ad9063d00 up
2016-11-28 21:35:42 +03:00

133 B

importance: 5


What's the result of OR?

What the code below is going to output?

alert( null || 2 || undefined );