Função de estudo para o teste FizzBuzz
-
Updated
Aug 16, 2021 - HTML
Função de estudo para o teste FizzBuzz
FizzBuzz problem completed
When it counts you Fizz Buzz. A JavaScript coding exercise using loops. Write a program that prints the numbers from 1 to 100 and for multiples of '3' display "Fizz" instead of the number and for multiples of '5' display "Buzz." If the number is a multiple of both display "FizzBuzz."
Add a description, image, and links to the fizzbuzz-javascript topic page so that developers can more easily learn about it.
To associate your repository with the fizzbuzz-javascript topic, visit your repo's landing page and select "manage topics."