【週刊ドットインストール】 Figma入門を制作中、256timesの新クラスを企画中
'use strict'; const score = 60; const name = 'taguchi'; if (score >= 50) { if (name === 'taguchi') { console.log('Good job!'); } }