【週刊ドットインストール】 Figma入門を制作中、256timesの新クラスを企画中
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()
この回答を見るにはプレミアムプランへの登録が必要です