I need to get the value of the sum of the items of a array in JavaScript.
The amount of these items can easily reach 2,000 items.
Items are of type int , no testing required.
ar = [1,3,5,...,2000];
I already have a array...
asked by
27.10.2016 / 18:07