【週刊ドットインストール】 Figma入門の制作に苦戦中...
'use strict'; { const scores = [80, 90, 40] for (let i = 0; i < 3; i++ ) { console.log("Score: ${scores[i]}"); } }