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