Skip to content

Commit 3407815

Browse files
authored
Merge pull request #99 from alxhghs/patch-4
Fixed sentence for readability.
2 parents 50483c3 + 52c807e commit 3407815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/10-ifelse/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ let accessAllowed = age > 18;
164164

165165
## Multiple '?'
166166

167-
A sequence of question mark `"?"` operators allows to return a value depending on more than one condition.
167+
A sequence of question mark `"?"` operators allows returning a value that depends on more than one condition.
168168

169169
For instance:
170170
```js run

0 commit comments

Comments
 (0)