Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
/ FizzBuzz-Challenge Public archive

FizzBuzz is a coding challenge to practice pseudo-coding coding and simple interview-like coding challenges.

Notifications You must be signed in to change notification settings

zamcham/FizzBuzz-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

  • Write a program in fizzbuzz.js that prints an array of integers from 1 to 100.
  • For multiples of 3, show "Fizz" instead of the number.
  • For multiples of 5, show "Buzz" instead of the number.
  • For multiples of 3 and 5, show "FizzBuzz" instead of the number.
  • Return an array containing the results based on the rules above.

Submit a pull request to the main branch with your solution. Do not modify the tests. Once you have created a PR with passing tests, then you have successfully completed the exercise.

Troubleshooting

If you cannot see any auto-grading workflows on the Actions page, learn how to fix it in this repo.

About

FizzBuzz is a coding challenge to practice pseudo-coding coding and simple interview-like coding challenges.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •