【週刊ドットインストール】 2024年を振り返って
要素が中央揃えにならない? - HTML / CSS を極めるコーナー
【256times】1/6(月) - 1/10(金) 休講のお知らせ
あなただけの学習ロードマップを作成します 【随時受付中】
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()
この回答を見るにはプレミアムプランへの登録が必要です