Javascript Float não mostrando 0
const num = 5.4
num.toFixed(2) // => '5.40'
Lioruby
const num = 5.4
num.toFixed(2) // => '5.40'