We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746ad80 commit 657e389Copy full SHA for 657e389
1-js/02-first-steps/10-ifelse/article.md
@@ -33,7 +33,7 @@ We recommend wrapping your code block with curly braces `{}` every time you use
33
34
## Boolean conversion
35
36
-The `if (…)` statement evaluates the expression in its parentheses and converts the result to a boolean.
+The `if (...)` statement evaluates the expression in its parentheses and converts the result to a boolean.
37
38
Let's recall the conversion rules from the chapter <info:type-conversions>:
39
0 commit comments