Jika operasi dihapus maka ia mengembalikan objek baru secara literal

if (operation === delete) {
    return true
  }
Annoyed Ant