【週刊ドットインストール】 ITパスポートのコラム更新、レッスン制作の進捗
業界知識の底上げをしたい方に!4ヶ月でITパスポートに合格するまでの体験記
'use strict'; const score = 60; const name = 'taguchi'; if (score >= 50) { if (name === 'taguchi') { console.log('Good job!'); } }