質問編集履歴
1
typo
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
return this._name;
|
10
10
|
}
|
11
11
|
set name(newName){
|
12
|
-
this._name =
|
12
|
+
this._name = newName;
|
13
13
|
}
|
14
14
|
}
|
15
15
|
```
|