114 B
114 B
importance: 5
The result of OR AND OR
What will be the result?
alert( null || 2 && 3 || 4 );
importance: 5
What will be the result?
alert( null || 2 && 3 || 4 );