Fixed sentence for readability.
This commit is contained in:
parent
50483c319c
commit
52c807e6bc
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ let accessAllowed = age > 18;
|
|||
|
||||
## Multiple '?'
|
||||
|
||||
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.
|
||||
|
||||
For instance:
|
||||
```js run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue