We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd29965 + 11ba05b commit b310b74Copy full SHA for b310b74
1-js/02-first-steps/04-variables/article.md
@@ -53,7 +53,7 @@ We can also declare multiple variables in one line:
53
let user = 'John', age = 25, message = 'Hello';
54
```
55
56
-That might seem shorter, but we don't recommended it. For the sake of better readability, please use a single line per variable.
+That might seem shorter, but we don't recommend it. For the sake of better readability, please use a single line per variable.
57
58
The multiline variant is a bit longer, but easier to read:
59
0 commit comments