minor fixes

This commit is contained in:
Ilya Kantor 2020-12-14 17:34:46 +03:00
parent 23e85b3c33
commit 2b79ab1ff8

View file

@ -68,7 +68,7 @@ if (cond) {
## The "else" clause ## The "else" clause
The `if` statement may contain an optional "else" block. It executes when the condition is false. The `if` statement may contain an optional "else" block. It executes when the condition is falsy.
For example: For example:
```js run ```js run