【週刊ドットインストール】 JavaScriptのクラス第四弾をリリース、DaVinci Resolveを引き続き研究中
HTML/CSSの次はJavaScript!という方へ、『手を動かして学ぶJavaScript Level 1-4』を開講します
{ const scores = [80, 90, 40, 70]; // scores.forEach(score => { scores.forEach((score, index) => { console.log(`Score ${index}: ${score}`); }); }
とありますがscores.とドットをつける意味はなんですか?
この回答を見るにはプレミアムプランへの登録が必要です