Open Ondrashx opened 2 years ago
console.log(numeral(-0.008).format('$ 0,0')); -> "0$ "
the code before the change did count with the fact that numberToFormat does not return negative zero (-0)
console.log(numeral(-0.008).format('$ 0,0')); -> "0$ "
the code before the change did count with the fact that numberToFormat does not return negative zero (-0)