From 9bae2c130db8b282817bae45e090431e42c39e4c Mon Sep 17 00:00:00 2001 From: urjitupadhya Date: Sun, 15 Mar 2026 23:28:56 +0530 Subject: [PATCH 1/2] Add JavaScript Info resource to Worth Reading --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de954fea..464298e9 100644 --- a/README.md +++ b/README.md @@ -1099,6 +1099,7 @@ https://listjs.com * [SJSJ](https://github.com/KittyGiraudel/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. * [JavaScript Tutorials](https://hackr.io/tutorials/learn-javascript) - Learn Javascript online from a diverse range of user ranked online tutorials. +* [JavaScript Info](https://javascript.info) - Modern JavaScript tutorial with simple explanations. * [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. From 6edcfdf4f1d51c4688e63b1c48a307fa1b5fcf32 Mon Sep 17 00:00:00 2001 From: urjitupadhya Date: Sun, 15 Mar 2026 23:36:07 +0530 Subject: [PATCH 2/2] Move JavaScript Info to end of section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 464298e9..7d27ea96 100644 --- a/README.md +++ b/README.md @@ -1099,10 +1099,10 @@ https://listjs.com * [SJSJ](https://github.com/KittyGiraudel/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. * [JavaScript Tutorials](https://hackr.io/tutorials/learn-javascript) - Learn Javascript online from a diverse range of user ranked online tutorials. -* [JavaScript Info](https://javascript.info) - Modern JavaScript tutorial with simple explanations. * [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