Merge pull request #99 from alxhghs/patch-4
Fixed sentence for readability.
This commit is contained in:
commit
34078151bf
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ let accessAllowed = age > 18;
|
||||||
|
|
||||||
## Multiple '?'
|
## 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:
|
For instance:
|
||||||
```js run
|
```js run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue