This commit is contained in:
Violet.Lee 2019-10-12 23:08:32 +09:00 committed by GitHub
parent 7460eeba48
commit c6568ab742
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() {}];