Skip to content

Commit 140c75d

Browse files
authored
Merge pull request #2644 from Yoona8/master
Typo in Ch 15 Functions
2 parents 6f14c39 + 9847492 commit 140c75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/15-function-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function showMessage(text) {
247247
showMessage(); // empty message
248248
```
249249
250-
...Or we could use the `??` operator:
250+
...Or we could use the `||` operator:
251251
252252
```js
253253
function showMessage(text) {

0 commit comments

Comments
 (0)