From 872d821375c63b7774d1bc5a444e4c9332d3ba31 Mon Sep 17 00:00:00 2001 From: Karthik Durai Date: Sat, 16 Nov 2019 20:33:44 +0530 Subject: [PATCH] add link to Functional-Light JavaScript - reading --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4623251..c3e1216 100644 --- a/README.md +++ b/README.md @@ -920,6 +920,7 @@ http://www.listjs.com * [SJSJ](https://github.com/HugoGiraudel/SJSJ) - Simplified JavaScript Jargon is a community-driven attempt at explaining the loads of buzzwords making the current JavaScript ecosystem in a few simple words. * [How to Write an Open Source JavaScript Library](https://github.com/sarbbottam/write-an-open-source-js-lib) - A comprehensive guide through a set of steps to publish a JavaScript open source library. * [Jaavascript tutorial](https://hackr.io/tutorials/learn-javascript) - Learn Javascript online from a diverse range of user ranked online tutorials. +* [Functional-Light JavaScript](https://github.com/getify/Functional-Light-JS) - Pragmatic, balanced FP in JavaScript. # Other Awesome Lists