【週刊ドットインストール】 次のAI関連レッスンは来週リリース予定、レッスン一覧ページを改修中
'use strict'; { const scores = { math: 80, english: 90, }; scores.physics = 70; delete scores.english; console.log(scores); }