FizzBuzz
FizzBuzz
- Write a program that prints the numbers from 1 to 100.
- The game traditionally is played by calling multiples of 3 “Fizz", and calling multiples of 5 “Buzz”.
- Numbers which are multiples of both 3 and 5 are called “FizzBuzz”.
- This coding challenge allows users to change the Fizz and Buzz variables to find other multiples.
- Fizz buzz has been used as an interview screening device for computer programmers. Writing a program to output the first 100 FizzBuzz numbers.
- This program was made using JavaScript, HTML, CSS, and Bootstrap 4.
- See The App!