Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Functional FizzBuzz solution in Javascript

Originating from Jeff Atwood's "Why programmers can't program blog post".

This has turned into quite a common Javascript interview question, and I didn't any functional solutions that I liked so this is my solution. ...

The task:

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"

About

Ye auld FizzBuzz puzzle, which originates from Jeff Atwood's "Why programmers can't program blog post". I didn't find a satisfactory functional Javascript solution, so I made one myself :)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages