7 Best GitHub Repos That Every JavaScript Developer Must Know.
Everything about the ‘language of the Web’.

Community Taught 🐍
1️⃣ JavaScript Algorithms and Data Structures
This repository provides examples of common algorithms and data structures with explanations and links to further readings.
Stars: 115k Forks: 19.1k 🔗 Link

2️⃣ Clean Code JavaScript
This repo contains the Software engineering principles adapted for JavaScript from the Clean Code. It's a guide to producing readable, reusable, and refactorable software in JavaScript.
Stars: 54.8k Forks: 6.9k 🔗 Link

3️⃣ Awesome JavaScript
This repository has a huge collection of client-side JavaScript libraries, resources, testing frameworks, templating engines, articles, and many more. This is a gold mine for any JavaScript developer.
Stars: 25.1k Forks: 3.6k 🔗 Link

4️⃣ 33 JS Concepts
The 33 JS Concept contains exactly 33 concepts that every JavaScript developer should know. This repository covers everything you need to create a solid JavaScript foundation.
Stars: 42.2k Forks: 5.3k 🔗 Link

5️⃣ The Algorithms — JavaScript
This repository is dedicated to All algorithms implemented in Javascript. If you want to deep dive into algorithms with JS as your programming language of choice, then this repo is for you.
Stars: 11.9k Forks: 2.2k 🔗 Link

6️⃣ GitBookIO — Javascript
This book will teach you the basics of programming and JS. Whether you are an experienced programmer or not, this book is intended for everyone who wishes to learn the JavaScript programming language.
Stars: 2.4k Forks: 805 🔗 Link

7️⃣ JavaScript: Test-Driven Learning
This project is aimed to help the user further study Javascript with a test-driven approach. Each unit contains an annotated tutorial and a platform where you can test your understanding of the topic.

