Curated List of Javascript Tutorials

Basics

Closures
Title Tutor Type
Closures Basics Video
Practical Uses for Closures Article
Mastering the Javascript Interview: What is closure Article
Prototypes Video
Functional Programming
Title Tutor Type
Mastering the Javascript Interview: What is functional programming Video
Higher Order Functions Video
Reduce Basics Video
Reduce Advanced Video
Map Video
Currying Video
ES6
Title Tutor Type
var, let and const - What, why and how Video
Arrow Functions Video
Destructing Video
Generators Video
Async - Wait Video
Currying Video