minor fixes
This commit is contained in:
parent
23e85b3c33
commit
2b79ab1ff8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue