项目作者: Eleanor-Shellstrop

项目描述 :
FizzBuzz problem completed
高级语言: HTML
项目地址: git://github.com/Eleanor-Shellstrop/fizzbuzz.git
创建时间: 2021-05-16T14:22:32Z
项目社区:https://github.com/Eleanor-Shellstrop/fizzbuzz

开源协议:

下载


Fizzbuzz

by Anne Ensign

See my thinking process through the “FizzBuzz” interview question!
Demo page: https://eleanor-shellstrop.github.io/fizzbuzz/

Instructions:

  1. Print a program that prints the numbers 1 to 100.
  2. If a number is a multiple of 3, print “Fizz.”
  3. If a number is a mutiple of 5, print “Buzz.”
  4. 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.