SyntaxFix
Write A Post
Hire A Developer
Questions
That is because Low is a string.
Low
.toFixed() only works with a number.
.toFixed()
Try doing:
Low = parseFloat(Low).toFixed(..);