Se a operação for excluída, ele retornará um novo objeto literal

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