Instruções

Passo 12

A próxima parte do workshop revisará como arredondar números para o inteiro mais próximo. Comece adicionando um console.log() que registre a mensagem "The Math.round() method rounds the value to the nearest whole integer." no console.

O que fazer:

Testes:

  • Você deve registrar a mensagem `"The Math.round() method rounds the value to the nearest whole integer."` no console.

Console