以下のコードの実行結果は何になりますか? ```javascript let product = { name: "ノートパソコン", price: 89800 }; console.log(product.name); ```