2025年も地味にコツコツとがんばっていきます
【256times】1/6(月) - 1/10(金) 休講のお知らせ
あなただけの学習ロードマップを作成します 【随時受付中】
'use strict'; const score = 60; const name = 'taguchi'; if (score >= 50) { if (name === 'taguchi') { console.log('Good job!'); } }