Merge branch 'master' of https://github.com/iliakan/javascript-tutorial-en
This commit is contained in:
commit
2f0261b375
27 changed files with 42 additions and 42 deletions
|
@ -114,7 +114,7 @@ class User {
|
|||
|
||||
constructor(name) {
|
||||
// invokes the setter
|
||||
this.name = name;
|
||||
this._name = name;
|
||||
}
|
||||
|
||||
*!*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue