【週刊ドットインストール】 AI関連レッスンの第六弾をリリース予定、アプリ開発日誌を更新中...!
'use strict'; const score = 60; const name = 'taguchi'; if (score >= 50) { if (name === 'taguchi') { console.log('Good job!'); } }