【週刊ドットインストール】 Figma入門のレイアウト編がもうすぐリリース、レッスン一覧を改修
'use strict'; const score = 60; const name = 'taguchi'; if (score >= 50) { if (name === 'taguchi') { console.log('Good job!'); } }