Update article.md

Adding missing word.
This commit is contained in:
darkw1z 2018-10-04 20:26:45 +02:00 committed by GitHub
parent 39fb7a648b
commit 18b8e2f709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ alert(user.sayHi.name); // sayHi
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
// function created inside array