#Javascript #javascripthelp help please...
Trying to run the sum of this array. I keep getting a string output of all the elements. I can do it w/a single array
var a = [[100, 20, 10, 100], [40, 800, 44, 55]]
what I get:
"0100,20,10,10040,800,44,55"
need: [230, 939]