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 9007790 + bbaa75b commit 71988e1Copy full SHA for 71988e1
1-js/02-first-steps/11-logical-operators/article.md
@@ -224,7 +224,7 @@ So the code `a && b || c && d` is essentially the same as if the `&&` expression
224
````
225
226
````warn header="Don't replace `if` with || or &&"
227
-Sometimes, people use the AND `&&` operator as a "shorter to write `if`".
+Sometimes, people use the AND `&&` operator as a "shorter way to write `if`".
228
229
For instance:
230
0 commit comments