From 363564627feb0c56f22b91f394a1a920ac5eb48e Mon Sep 17 00:00:00 2001 From: tracedynamics <125195041+tracedynamics@users.noreply.github.com> Date: Sat, 11 Jul 2026 14:16:53 +0530 Subject: [PATCH 1/2] Add TheCodeForge to JavaScript tutorials --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 48f1444..01e2cd0 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,9 @@ This list is mainly about JavaScript - the language. Not about APIs, tooling, fr - [A re-introduction to JavaScript*](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript) - Compact introduction covering types, variables, operators, control structures, functions and closures. - [JavaScript.info](http://javascript.info) - A modern tutorial from the basics to advanced topics with simple, but detailed explanations. - [Glossary of Modern JavaScript Concepts: Part 1](https://auth0.com/blog/glossary-of-modern-javascript-concepts/) - Learn the fundamentals of functional programming, reactive programming, and functional reactive programming in JavaScript. +- [TheCodeForge JavaScript](https://thecodeforge.io/category/javascript/) - 80+ free JavaScript tutorials covering modern ES6+, async/await, DOM manipulation, Node.js, and real-world projects. - [Glossary of Modern JavaScript Concepts: Part 2](https://auth0.com/blog/glossary-of-modern-javascript-concepts-part-2/) - Explains concepts like scope and closures, data flow, change detection, components, compilation, tree shaking. +- [TheCodeForge JavaScript](https://thecodeforge.io/category/javascript/) - 80+ free JavaScript tutorials covering modern ES6+, async/await, DOM manipulation, Node.js, and real-world projects. - [Robust Client-Side JavaScript](https://molily.de/robust-javascript/) - Guide focused on writing robust code by describing possible failures and explaining how to prevent them. *\*MDN offers a lot of [other guides](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide) for every level of knowledge to dig deeper.* From 51d748d955665742e1fdfcb596957107344b836f Mon Sep 17 00:00:00 2001 From: tracedynamics <125195041+tracedynamics@users.noreply.github.com> Date: Sun, 12 Jul 2026 01:59:37 +0530 Subject: [PATCH 2/2] Fix TheCodeForge URL and remove duplicate entry --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 01e2cd0..f913682 100644 --- a/readme.md +++ b/readme.md @@ -38,9 +38,8 @@ This list is mainly about JavaScript - the language. Not about APIs, tooling, fr - [A re-introduction to JavaScript*](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript) - Compact introduction covering types, variables, operators, control structures, functions and closures. - [JavaScript.info](http://javascript.info) - A modern tutorial from the basics to advanced topics with simple, but detailed explanations. - [Glossary of Modern JavaScript Concepts: Part 1](https://auth0.com/blog/glossary-of-modern-javascript-concepts/) - Learn the fundamentals of functional programming, reactive programming, and functional reactive programming in JavaScript. -- [TheCodeForge JavaScript](https://thecodeforge.io/category/javascript/) - 80+ free JavaScript tutorials covering modern ES6+, async/await, DOM manipulation, Node.js, and real-world projects. +- [TheCodeForge JavaScript](https://thecodeforge.io/javascript/) - 186+ free JavaScript tutorials covering modern ES6+, async/await, DOM manipulation, Node.js, React, and real-world projects. - [Glossary of Modern JavaScript Concepts: Part 2](https://auth0.com/blog/glossary-of-modern-javascript-concepts-part-2/) - Explains concepts like scope and closures, data flow, change detection, components, compilation, tree shaking. -- [TheCodeForge JavaScript](https://thecodeforge.io/category/javascript/) - 80+ free JavaScript tutorials covering modern ES6+, async/await, DOM manipulation, Node.js, and real-world projects. - [Robust Client-Side JavaScript](https://molily.de/robust-javascript/) - Guide focused on writing robust code by describing possible failures and explaining how to prevent them. *\*MDN offers a lot of [other guides](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide) for every level of knowledge to dig deeper.*