项目作者: Eleanor-Shellstrop
项目描述 :
FizzBuzz problem completed
高级语言: HTML
项目地址: git://github.com/Eleanor-Shellstrop/fizzbuzz.git
Fizzbuzz
by Anne Ensign
See my thinking process through the “FizzBuzz” interview question!
Demo page: https://eleanor-shellstrop.github.io/fizzbuzz/
Instructions:
- Print a program that prints the numbers 1 to 100.
- If a number is a multiple of 3, print “Fizz.”
- If a number is a mutiple of 5, print “Buzz.”
- If a number is both a multiple of 3 and 5, print “FizzBuzz”
- Commit made after each completed step for reader to easily see how I built out the function.
- Easy visualizations of results by linking a stylesheet to the index page.