【週刊ドットインストール】 256timesの新クラスをもうすぐリリース予定、レッスン制作の進捗
'use strict'; const scores=[1,3,5,6]; scores.forEach(score=>{ console.log(score); });
と↓の違いは何ですか
'use strict'; const scores=[1,3,5,6]; scores.forEach(score=>{ console.log(`${score}`); });
この回答を見るにはプレミアムプランへの登録が必要です