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

    Function last

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

      Type Parameters

      • T

      Parameters

      • arr: T[]

        Array to get the last item of.

      Returns T | undefined

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