Returns the product of elements of an array
arrProd([2, 4, 8]);=> 64
A numeric array
Generated using TypeDoc
Returns the product of elements of an array
Example