【週刊ドットインストール】 今週から『AIを使った開発の体験会』が始まります
'use strict'; { const scores = { math: 80, english: 90, }; scores.physics = 70; delete scores.english; console.log(scores); }