The following series of lectures will help you to learn and apply Javascript from scratch. Most of these are supplemented with youtube videos for gaining clarity.
- Introduction to Javascript
- Learn about Variables in Javascript
- Learn about Numbers and Operators in Javascript
- Learn about Javascript Strings
- Learn about the String Methods in Javascript
- Learn about Arrays in Javascript
- Learn about some useful methods in Javascript Arrays
- Learn about Conditional Statements in Javascript
- Learn about Closures in Javascript
- Learn about Lexical Scoping in Javascript
- Learn about Immediately Invoked Functions in Javascript
- Learn about Prototypes and Prototypal Inheritance in Javascript
- Learn about Callbacks in Javascript
- Learn about Promises in Javascript