sesaparcours
    Preparing search index...
    • Removes the first occurrence of a particular value from an array.

      Parameters

      • arr: any[]

        Array from which to remove value.

      • obj: any

        Object to remove.

      Returns boolean

      True if an element was removed.