javaScript float не показывает 0

const num = 5.4
num.toFixed(2) // => '5.40'
Lioruby