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 50483c3 commit 52c807eCopy full SHA for 52c807e
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