minor
This commit is contained in:
parent
7460eeba48
commit
c6568ab742
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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
|
// function created inside array
|
||||||
let arr = [function() {}];
|
let arr = [function() {}];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue