Skip to content

GuildCrafts/functional-programming-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Programming Exercises

Introductory exercises on functional programming concepts using JavaScript.

Base repository for the Functional Programming: Concepts and Exercises goal.

Getting Started

The exercises are organized into subdirectories. Peek around the file structure to get a sense for how things are laid out.

Then, when you're ready to start:

  1. Fork this repo
  2. Clone your fork
  3. Install npm packages with npm install
  4. Run your tests with npm test
  5. Work on an exercise
  6. Make the tests pass
  7. Repeat steps 4-6 for big fun

About

Introductory exercises on functional programming concepts using JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors