This repository was archived by the owner on Jun 19, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
zolbooo/ramda-learning
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Interactive Ramda tutorial. Inspired byRustlings andRandy Coulman's blog.
- Clone this repository:
git clone https://github.com/zolbooo/ramda-learning.git
- Install dependencies:
npm install
- Run
npm start
When you run this command, you will see an error. You should read comments carefullyin order to do exercises marked withTODO
comment.
Section order:
Getting started: src/getting_started.tsCombining functions: src/combining_functions.tsPartial application: src/partial_application.tsDeclarative programming: src/declarative_programming.tsImmutability and objects: src/immutability_and_objects.tsImmutability and arrays: src/immutability_and_arrays.ts
- Have fun! 🚀
Contributions are always welcomed. 😃Feel free to raise new issues, file new PRs and star and fork this repo!