【週刊ドットインストール】 256timesに新クラス登場、Figma入門は来週完結予定
グリッドレイアウトの基礎を固めたい方に!『手を動かして学ぶ模写コーディング Level 3-4』を開講します
main.jsの最初の部分にPanelクラスの定義がされています。
class Panel { constructor() { this.el = document.createElement('li'); this.el.classList.add('pressed'); }
constructor内の el は変数の宣言をする必要無いのでしょうか?
この回答を見るにはプレミアムプランへの登録が必要です