importance: 5 --- # What's the result of OR? What the code below is going to output? ```js alert( null || 2 || undefined ); ```