en.javascript.info/1-js/02-first-steps/11-logical-operators/5-alert-and-or/task.md
Ilya Kantor ab9ab64bd5 up
2017-03-21 14:41:49 +03:00

114 B

importance: 5


The result of OR AND OR

What will be the result?

alert( null || 2 && 3 || 4 );