utils

A set of utilities

Description:
  • A set of utilities

Source:

Methods

(static) sum(array) → {Number}

Description:
  • Sum the values of the array (must be numbers).

Source:
Parameters:
Name Type Description
array Array

array of number values

Returns:

the sum of the values in the array

Type
Number