importance: 5 --- # What is the result of AND? What this code is going to show? ```js alert( 1 && null && 2 ); ```