【週刊ドットインストール】 Figma入門のレイアウト編がもうすぐリリース、レッスン一覧を改修
{ const scores = [80, 90, 40, 70]; // scores.forEach(score => { scores.forEach((score, index) => { console.log(`Score ${index}: ${score}`); }); }
とありますがscores.とドットをつける意味はなんですか?
この回答を見るにはプレミアムプランへの登録が必要です