JavaScript
Articles
Gentle Explanation of "this" in JavaScript - Dmitri Pavlutin
JavaScript's Memory Management Explained - Felix Gerschau
JavaScript APIs You Don’t Know About - Juan Diego Rodriguez
JavaScript Visualized: Promise Execution - Lydia Hallie
Promises From The Ground Up - Josh W. Comeau
The Two Pillars of Javascript - Eric Elliott
Unit Testing JavaScript Using Jasmine - Ryan S. Anklam
Books
Eloquent JavaScript - Marijn Haverbeke
Learn JavaScript: Beginners Edition - Suman Kunwar (GitHub)
Learning JavaScript Design Patterns - Addy Osmani (GitHub)
Mostly Adequate Guide to Functional Programming - Professor Frisby
ServiceWorker Cookbook - Mozilla
You Don't Know JS - Kyle Simpson
GitHub repositories
TypeStat - Converts JavaScript to TypeScript and TypeScript to better TypeScript
Videos
What the heck is the event loop anyway? - Philip Roberts
Websites
JSON For You - Visualize and process JSON in seconds (GitHub)
The Modern JavaScript Tutorial - Ilya Kantor
Last updated