Revert "Fix typo: change 'if' to 'is'"

This reverts commit 1091f1bc6c.
This commit is contained in:
Gabriel Kuslap 2018-10-07 10:08:52 +03:00
parent 1091f1bc6c
commit 2dbfc1855c

View file

@ -12,5 +12,5 @@ The result of `2 && 3 = 3`, so the expression becomes:
null || 3 || 4
```
Now the result is the first truthy value: `3`.
Now the result if the first truthy value: `3`.