週刊ドットインストール(2022/08/11号)を更新しました!
'use strict'; const score = 60; const name = 'taguchi'; if (score >= 50) { if (name === 'taguchi') { console.log('Good job!'); } }