javascript-99 / javascript-99.github.io

Ninety-Nine Javascript Problems

Home Page:https://javascript-99.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS-99: Ninety-Nine Javascript Problems

These are JavaScript translation of famous functional programming series Ninety-Nine Problems already done in Haskell, List, Prolog and Scala: http://leonardiwagner.github.io/js-99

Some solutions are missing

Yep. I did only the first ones, I would like to see the community embracing this project, and we making all together the exercises, I expect to be useful and fun!

How to contribute sending a solution for an exercise?

The exercises and solutions are located at /problems.json file. I'm also checking if they're correct making tests on /test directory. You can also send a new solution for an answered exercise too! Just keep the previous answer(s) if it's good.

  • You can open an issue with the solution code, and I put it on project.
  • You can send a PR request changing the files listed above. Tests aren't mandatory (I can do this later).

This is a new project, so I'm open to any kind of contribution or help, feel free to open an issue and talk with me.

About

Ninety-Nine Javascript Problems

https://javascript-99.github.io/

License:Apache License 2.0


Languages

Language:JavaScript 58.0%Language:CSS 33.6%Language:HTML 8.4%