if (!(key in secondObject)) {
      const result = {
        type: 'deleted',
        key,
        oldValue: firstObject[key],