We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f305f5 + e75f655 commit 9a26eb0Copy full SHA for 9a26eb0
1-js/02-first-steps/10-ifelse/article.md
@@ -68,7 +68,7 @@ if (cond) {
68
69
## The "else" clause
70
71
-The `if` statement may contain an optional "else" block. It executes when the condition is falsy.
+The `if` statement may contain an optional `else` block. It executes when the condition is falsy.
72
73
For example:
74
```js run
0 commit comments