SAP Cloud SDK for JavaScript - v4.8.0
    Preparing search index...

    Function first

    • Get the first item from an array. Returns undefined, if the array is empty.

      Type Parameters

      • T

      Parameters

      • arr: T[]

        Array to get the first item of.

      Returns T | undefined

      Fist item of the array or undefined, if the array was empty.