/fizzbuzz_js

Primary LanguageJavaScript

Fizzbuzz

This was a weekend challenge, 13-14 april

You can find the deployed site here

Game rules

Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.


Learning objectives from Craft Academy

  • Ability to explain concepts
  • Practice JS
  • Combine both feature and unit test and understand their difference
  • Read and understand documentation
  • Debug and find errors
  • Find and remove unneccesary code and files.

Built with

  • HTML
  • CSS
  • JavaScript

Tested with