Fizz Buzz - a Coding Project
When it counts, you Fizz Buzz. A JavaScript coding exercise using loops. Write a program that prints the numbers from 1 to 100. For the multiples of 3 display "Fizz" instead of the number. For the multiples of 5 display "Buzz". And for the multiples of both 3 and 5 display "FizzBuzz"!
It demonstrates:
- CSS and Bootstrap Responsive Layout
- JavaScript Fundamentals
- JavaScript Loops
- JavaScript Functions
- JavaScript DOM Manipulation
- JavaScript If/Then/Else
- JavaScript Boolean Logic