Update article.md
Adding missing word.
This commit is contained in:
parent
39fb7a648b
commit
18b8e2f709
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ alert(user.sayHi.name); // sayHi
|
||||||
alert(user.sayBye.name); // sayBye
|
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 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
|
||||||
// function created inside array
|
// function created inside array
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue