【週刊ドットインストール】 Pencilのススメ、256times開講中、次の動画レッスンを準備中
'use strict'; const score = 60; const name = 'taguchi'; if (score >= 50) { if (name === 'taguchi') { console.log('Good job!'); } }