Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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. ...
Lokenath Karmakar's user avatar
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 ...
Andre O's user avatar
  • 333
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: ...
david.s's user avatar
  • 235
11 votes
2 answers
666 views

FizzBuzz in JavaScript using Ramda

Just getting up to speed in Ramda, I have implemented this: ...
Keith Nicholas's user avatar