Mengganti Nilai Arrayobj Menggunakan Operator Peta dan Spread

  events =data?.events?.map(item => ({...item, title: "Busy"}));
coderyogi