js// プロパティを持たない空のオブジェクトを作成 const obj = {};
js// プロパティを持つオブジェクトを定義する const obj = { // キー: 値 "key": "value" };