【週刊ドットインストール】 AI関連レッスンの第三弾をリリース、言語ごとのロードマップページを制作中
'use strict'; const score = 60; const name = 'taguchi'; if (score >= 50) { if (name === 'taguchi') { console.log('Good job!'); } }