【週刊ドットインストール】 256timesの新クラスが開講中、レッスン制作の進捗
'use strict'; { const scores = { math: 80, english: 90, }; scores.physics = 70; delete scores.english; console.log(scores); }