ArraySum
Method Signature
ArraySum(array=[array])Arguments
Argument
Type
Required
Description
Default
Examples
Sum of values in an array
numberArray = [
10,
99,
27,
72
];
writeOutput( arraySum( numberArray ) );
Sum of values in an array
Sum of values in an array
Additional Examples
Related
Last updated
Was this helpful?
