Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2b79ab1

Browse files
committed
minor fixes
1 parent 23e85b3 commit 2b79ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/02-first-steps/10-ifelse/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (cond) {
6868

6969
## The "else" clause
7070

71-
The `if` statement may contain an optional "else" block. It executes when the condition is false.
71+
The `if` statement may contain an optional "else" block. It executes when the condition is falsy.
7272

7373
For example:
7474
```js run

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /