I want to remove plus(+) sign and coma from a string. here is the code.
actualValue.push(parseFloat(wholeValues[i].replace(/,/g, '')))