From d6edffb8e78d2f18416d6ee3095cad22a1361ec8 Mon Sep 17 00:00:00 2001 From: Urjit Upadhyay <141572874+urjitupadhya@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:39:29 +0530 Subject: [PATCH] Add JavaScript Info resource to Worth Reading (#1008) * Add JavaScript Info resource to Worth Reading * Move JavaScript Info to end of section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de954fe..7d27ea9 100644 --- a/README.md +++ b/README.md @@ -1102,6 +1102,7 @@ https://listjs.com * [Functional-Light JavaScript](https://github.com/getify/Functional-Light-JS) - Pragmatic, balanced FP in JavaScript. * [Clean Code JavaScript](https://github.com/ryanmcdermott/clean-code-javascript) - Clean Code concepts adapted for JavaScript. * [Roadmap.sh JavaScript Roadmap](https://roadmap.sh/javascript) - Learn JavaScript from a community sourced learning roadmap. +* [JavaScript Info](https://javascript.info) - Modern JavaScript tutorial with simple explanations. # Other Awesome Lists