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 50483c3 + 52c807e commit 3407815Copy full SHA for 3407815
1-js/02-first-steps/10-ifelse/article.md
@@ -164,7 +164,7 @@ let accessAllowed = age > 18;
164
165
## Multiple '?'
166
167
-A sequence of question mark `"?"` operators allows to return a value depending on more than one condition.
+A sequence of question mark `"?"` operators allows returning a value that depends on more than one condition.
168
169
For instance:
170
```js run
0 commit comments