Am I correct in thinking I'm unable to use array.r...
# suitescript
n
Am I correct in thinking I'm unable to use array.reduce() in SS2? I just tried var sum = rate_array.reduce((x, y) => parseFloat(x) + parseFloat(y)); and I cannot upload my script it moans like hell about that code.