Please enable JavaScript.
Coggle requires JavaScript to display documents.
Javascript Road Map - Coggle Diagram
Javascript Road Map
Foundations
1. Javascript Engine
2. Javascript Runtime
3. Interpreter/ Compiler/ JIT compiler
4. Writing Optimized Code
5. Writing Optimized Code
6. Stack Overflow + Memory Leaks
7. Garbage Collection
8. Node.js
9. Single Threaded Model
10. Execution Context
11. Lexical Environment
15. Function Invocation
16. Function Scope vs Block Scope
14. Hoisting
17. Dynamic vs Lexical Scope
this - call, apply, bind
IIFE
12. Lexical Environment
13. Scope Chain
Types In JavaScript
Static vs Dynamically Typed
Primitive Types
Pass By Reference vs Pass by Value
Type Coercion
Arrays, Functions, Objects
2 Phillars
1. Closures
2. Prototypal Inheritance
Higher Order Functions
Functions vs Objects
Scheme + Java
Object Oriented Programming
Functional Programming