【週刊ドットインストール】 メインのAIツールをCodexに移行中、AI関連レッスンの制作状況
'use strict'; const score = 60; const name = 'taguchi'; if (score >= 50) { if (name === 'taguchi') { console.log('Good job!'); } }