質問するログイン新規登録

質問編集履歴

1

typo

2020/03/08 13:49

投稿

t-cool
t-cool

スコア71

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 = newame;
12
+ this._name = newName;
13
13
  }
14
14
  }
15
15
  ```