Merge pull request #2644 from Yoona8/master

Typo in Ch 15 Functions
This commit is contained in:
Ilya Kantor 2021-06-20 09:00:39 +03:00 committed by GitHub
commit 140c75d299
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 showMessage(); // empty message
``` ```
...Or we could use the `??` operator: ...Or we could use the `||` operator:
```js ```js
function showMessage(text) { function showMessage(text) {