Fizz Buzz: A Coding Project
When it counts, you Fizz Buzz! A JavaScript coding exercise using loops. Write a programthat 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 "Fizz Buzz".
- CSS and Bootstrap Layout
- Javascript Fundamentals
- Javascript Loops
- Javascript Functions
- Javascript Dom Manipulation
- Javascript If/Then/Else
- Javascript Boolean Logic