Function arrSum

  • Returns the sum of elements of an array

    Example

    arrSum([1, 2, 3]);
    => 6

    Parameters

    • a: number[]

      A numeric array

    Returns number

Generated using TypeDoc