InstruçÔes

Passo 76

Se o value de numberInput for igual a 5, chame a função showAnimation(), e então faça um return antecipado.

O que fazer:

Testes:

  • VocĂȘ deve chamar a função `showAnimation()` dentro do corpo do seu segundo `if`.
  • ApĂłs chamar a função `showAnimation()`, vocĂȘ deve usar a palavra-chave `return` para sair da função `checkUserInput()` antecipadamente.

Preview