Typo in Ch 15 Functions

This commit is contained in:
Elena Valeeva 2021-06-20 08:12:59 +03:00 committed by GitHub
parent 6f14c398ef
commit 9847492838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,7 +247,7 @@ function showMessage(text) {
showMessage(); // empty message
```
...Or we could use the `??` operator:
...Or we could use the `||` operator:
```js
function showMessage(text) {