【週刊ドットインストール】 AI関連レッスンの第三弾をリリース、言語ごとのロードマップページを制作中
'use strict'; { const scores = [80, 90, 40] for (let i = 0; i < 3; i++ ) { console.log("Score: ${scores[i]}"); } }