【週刊ドットインストール】 256timesでLevel 2-2のクラスが開講、問題集の追加、レッスン制作の進捗
フレックスボックスの実践的な実装を学べる『手を動かして学ぶ模写コーディング Level 2-1』を開講します
'use strict'; const score = 60; const name = 'taguchi'; if (score >= 50) { if (name === 'taguchi') { console.log('Good job!'); } }