Javascript – Adding decimal numbers instead of concatenating
I am trying to sum multiple decimals numbers together however when I console the result it is showing a concatenated result with an undefined in front of it for (let i = 0; i < this.performInternationalSwiftPaymentsService.bopSplit.length; i++) { this.totalZARForeign +=…