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.
1 parent fe571b3 commit bbaa75bCopy full SHA for bbaa75b
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