『AIでiPhoneアプリを作ろう』のレッスンをリリースしました
【週刊ドットインストール】 AIでiPhoneアプリを作るレッスンを来週リリース予定!
const user1 = new User のように、 this.score = new Score となっているから (つまりは、this.score は Score クラスのインスタンスだから) this.score.getScoreString() が使えるという認識で間違いないでしょうか?
const user1 = new User
this.score = new Score
this.score
Score
this.score.getScoreString()
この回答を見るにはプレミアムプランへの登録が必要です