FizzBuzz: A Coding Project
Write a short program that displays each number from 1 to 100. For each multiple of 3, display "Fizz" instead of the number. For each multiple of 5, display "Buzz" instead of the number. For numbers which are multiples of both 3 and 5, display "FizzBuzz" instead of the number.
- CSS and Bootstrap layout
- Javascript Fundamentals
- Javascript Loops
- Javascript Functions
- Javascript DOM Manipulation
- Javascript If/Then/Else
- Javascript Boolean Logic