Réponse

fahrenheit = Math.floor(fahrenheit);

Colonne
Question

Use the .floor() method from the built-in Math object to round down the Fahrenheit temperature. Save the result to the fahrenheit variable.

Thématique