This repository exists as a way for me to consolidate, learn, and then teach different concepts of JavaScript. Afterall, if I'm able to explain a concept in writing via blog format, then chances are I'm much closer to actually understanding the concept. The best way to learn something is to find a way to teach it!
- Variable Declaration
- Interation
- Scope
- Closure
- Differences between
var
,let
, andconst
- Prototypal Inheritance
- Object Composition
- Ways of handling Asyncronous Code
- The
new
Operator - Factory Functions
- Data Structures
- Data Patterns
- You Don't Know JS - Kyle Simpson | Book
- Coding with Mosh - Mosh Hamedani | Paid Course $