"Time, tide, and JavaScript wait for none." β³
# | Topic |
---|---|
01 | How JavaScript Works π₯ & Execution Context |
02 | How JavaScript Code is Executed? |
03 | Hoisting in JavaScript |
04 | How Functions Work in JS β€οΈ & Variable Environment |
05 | SHORTEST JS Program π₯ window & this keyword |
06 | undefined vs not defined in JS π€ |
07 | The Scope Chain, π₯ Scope & Lexical Environment |
08 | let & const in JS π₯ Temporal Dead Zone |
09 | BLOCK SCOPE & Shadowing in JS π₯ |
10 | Closures in JS π₯ |
11 | setTimeout + Closures Interview Question π₯ |
12 | CRAZY JS INTERVIEW π€― ft. Closures |
13 | FIRST CLASS FUNCTIONS π₯ ft. Anonymous Functions |
14 | Callback Functions in JS ft. Event Listeners |
15 | Asynchronous JavaScript & EVENT LOOP from scratch |
16 | JS Engine EXPOSED π₯ Google's V8 Architecture π |
17 | TRUST ISSUES with setTimeout() |
18 | Higher-Order Functions ft. Functional Programming |
19 | map, filter & reduce |
# | Topic |
---|---|
01 | Callback Hell |
02 | Promises |
03 | Creating a Promise, Chaining & Error Handling |
04 | Promise APIs + Interview Questions π₯ |
05 | async/await |
06 | The 'this' Keyword in JavaScript π₯ |