Jeśli operacja jest usunięta, zwraca nowy obiekt literał

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