FizzBuzz: A Coding Challenge
Print numbers 1 to 100 in a table. For multiples of three show "Fizz". For multiples of five show "Buzz". For multiples of both 5 and 3, show "FizzBuzz".
- CSS and Bootstrap
- JS Fundamentals
- JavaScript Loops
- JavaScript Functions
- JavaScript Dom Manipulation
- JavaScript Boolean Logic