Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jieyouxu/functional-javascript-notes-and-snippets
Some functional JavaScript snippets.
https://github.com/jieyouxu/functional-javascript-notes-and-snippets
Last synced: 3 days ago
JSON representation
Some functional JavaScript snippets.
- Host: GitHub
- URL: https://github.com/jieyouxu/functional-javascript-notes-and-snippets
- Owner: jieyouxu
- License: mit
- Created: 2019-05-16T13:08:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T21:57:19.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T00:39:46.567Z (about 2 months ago)
- Language: JavaScript
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Functional JavaScript Notes and Snippets
Some notes and snippets on functional JavaScript, from:
- https://jrsinclair.com/web-development/
- https://medium.freecodecamp.org/pipe-and-compose-in-javascript-5b04004ac937
- https://jrsinclair.com/articles/2016/gentle-introduction-to-functional-javascript-functions/
- https://medium.com/javascript-scene/curry-and-function-composition-2c208d774983
- https://jrsinclair.com/articles/2017/javascript-but-less-iffy/