【週刊ドットインストール】 AIを使った開発の体験会を実施中、アプリ更新情報
'use strict'; const score = 60; const name = 'taguchi'; if (score >= 50) { if (name === 'taguchi') { console.log('Good job!'); } }