What is JavaScript?
In simple words, JavaScript is the Programming Language for the Web. JavaScript can update and change both HTML and CSS. JavaScript can calculate, manipulate and validate data.
JavaScript is so popular that it’s the most used programming language in the world, used as a client-side programming language by 97.0% of all websites.
1. Free-for.dev
This repo consists of a list of software(Saas, Paas, Iaas, etc.) and other offereings that have free tiers for developers.
2. JavaScript-Algorithms
This repo contains JavaScript based examples of many popular algorithms and data structures.
3. The Book of Secret Knowledge
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools, and more.
4. Node JS Best Practice
This repo is an amazing place to keep yourself learning and updated about the Node.js world and also learn about best practices while you are at it.
5. You-Don’t-Know-JS
This is a series of books diving deep into the core mechanisms of the JavaScript language.
6. Tech Interview Handbook
This repo can be used by anybody who wants to land a job at a tech company but is new to technical interviews.
7. Clean Code JavaScript
This repo takes the concepts of clean code by Mr. Robert C. Martin and adapts them for JavaScript