estoy seguro que lo indicaron pero no sé si profundizaron ... ¿Me ayudan?
estoy seguro que lo indicaron pero no sé si profundizaron ... ¿Me ayudan?
let num1 = 4.6;
let num2 = 177.1234;
document.write("num1.toFixed() is : " + num1.toFixed(2));
document.write("<br />");
document.write("nu2m.toFixed() is : " + num2.toFixed(2));
document.write("<br />");
num1.toFixed() is : 4.60 nu2m.toFixed() is : 177.12
`imprimir(nombre + ", su IMC es: " + Math.round(imcCalculado));`
había una función que se llama Math.round, la use en la ultima línea y me funciono.-->