Skip to content

Commit 657e389

Browse files
committed
minor code formatting
the dots look weird here
1 parent 746ad80 commit 657e389

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We recommend wrapping your code block with curly braces `{}` every time you use
3333

3434
## Boolean conversion
3535

36-
The `if ()` statement evaluates the expression in its parentheses and converts the result to a boolean.
36+
The `if (...)` statement evaluates the expression in its parentheses and converts the result to a boolean.
3737

3838
Let's recall the conversion rules from the chapter <info:type-conversions>:
3939

0 commit comments

Comments
 (0)