【週刊ドットインストール】 Nuxt入門のレッスンをリリースしました
あなただけの学習ロードマップを作成します 【随時受付中】
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()
この回答を見るにはプレミアムプランへの登録が必要です