Merge pull request #540 from darkw1z/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2018-10-05 10:13:47 +03:00 committed by GitHub
commit d7a6377390
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