minor
This commit is contained in:
Alexey Pyltsyn 2019-10-12 17:50:13 +03:00 committed by GitHub
commit 36cf0f7009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ alert(user.sayBye.name); // sayBye
There's no magic though. There are cases when there's no way to figure out the right name. In that case, the name property is empty, like here:
```js
```js run
// function created inside array
let arr = [function() {}];