>>254
=> {}って書くとアロー関数のパースが変わるので、()で囲むと良い

const newHoge = hoge.map(h => ({...h, age: h.age * 2}))