FizzBuzz: A Coding Challenge
Classic coding challenge - put a range of numbers on the page, but replace numbers divisible by 3 with "Fizz", numbers divisible by 5 with "Buzz", and numbers divisible by both 3 and 5 with "FizzBuzz"
- CSS & Bootstrap Layouts
- JavaScript Fundamental
- JavaScripts Loops
- JavaScript DOM Manipulation
- Boolean Logic