Skip to content

splashinn/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

What is this?

FizzBuzz is a question interviewers ask developers during a coding interview.

Description

For multiples of three return “Fizz”, and for the multiples of five return “Buzz”. For numbers which are multiples of both three and five return “FizzBuzz”, and in all other cases return the number.

  • 2 solutions in Ruby
  • 1 solution in JavaScript

Contributing

Feel free to add your solutions to this repository, just fork it!

About

classic interview coding challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors