Update article.md
Adjustments to line about class properties. Add "the", change "the" to "a".
This commit is contained in:
parent
f44cba85ec
commit
b0e33373b6
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ class User {
|
|||
new User().sayHi();
|
||||
```
|
||||
|
||||
The property `name` is not placed into `User.prototype`. Instead, it is created by `new` before calling constructor, it's the property of the object itself.
|
||||
The property `name` is not placed into `User.prototype`. Instead, it is created by `new` before calling the constructor, it's a property of the object itself.
|
||||
|
||||
## Summary
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue