All Questions
4 questions
4
votes
3
answers
668
views
Functional programming FizzBuzz
I tried to code the fizzbuzz program following the functional programming rules in javascript. Please check my code and give feedback. thank you.
...
2
votes
3
answers
466
views
Functional / Declarative FizzBuzz
I spent some time today trying to write FizzBuzz in a functional/declarative style. I thought it would be a good chance to get some feedback on it since I've been doing functional programming for ...
4
votes
2
answers
227
views
FizzBuzz functional implementation
I was playing around with ES6 arrow functions, currying and partial application and I decided to try a functional implementation of the FizzBuzz problem:
...
11
votes
2
answers
666
views
FizzBuzz in JavaScript using Ramda
Just getting up to speed in Ramda, I have implemented this:
...