{
const scores = [80 , 90, 40, 70];
scores.forEach((score, index) =>{
console.log(`Score ${score}: ${index}`);
});
}
上記のようにコードを記述されていますが、どうして ((
や });
このように波カッコで二重に囲うのか
うまく理解できませんでした。
この回答を見るにはプレミアムプランへの登録が必要です
プレミアムプランとは?