how to get float value until one decimal in javasc code example Example: rounding number to x decimals javascript let num = 12.5452411; num = num.toFixed(3); // 12.545