fix typo: change "if" to "is"
This commit is contained in:
parent
b6d0c8fd69
commit
d723403c74
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ The result of `2 && 3 = 3`, so the expression becomes:
|
||||||
null || 3 || 4
|
null || 3 || 4
|
||||||
```
|
```
|
||||||
|
|
||||||
Now the result if the first truthy value: `3`.
|
Now the result is the first truthy value: `3`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue