Skip to content

Commit 9847492

Browse files
authored
Typo in Ch 15 Functions
1 parent 6f14c39 commit 9847492

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

+1-1
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)