Fizz Buzz: A Coding Challenge
A program that prints the numbers from 1 to 100. For multiples of three, “Fizz” is printed and for multiples of five “Buzz”. For numbers which are multiples of both three and five, “FizzBuzz” is displayed.
- CSS and Bootstrap
- Javascript Fundamentals
- Javascript Loops
- Javascript Functions
- Javascript Dom Manipluation
- Javascript Dom if/then/else
- Javascript Dom boolean logic