Please enable JavaScript.
Coggle requires JavaScript to display documents.
Advanced Javascript ( Foundation (Types In JavaScript ( Foundation (1) ,…
Advanced Javascript
Types In JavaScript
Error Handling
Modules in Javascript
UMD
AMD
CommonJS
IIFE
Native ES Modules
Asynchronous Javascript
Microtask Queue (Job Queue)
Task Queue (Callback Queue)
Callbacks
Promises
Async/Await
Event loop
Web APIs
Object Oriented Programming
new keyword
Prototype
ES6 Classes
Java
Inheritance
Object.create()
Private vs Public
this keyword
4 Principles of OOP
Functional Programming
Pure Functions
Referential Transparency
Partial Application
Compose
Curry
Pipe
Composition vs Inheritance
1. Closures
2. Prototypal Inheritance
Functions vs Objects
Scheme + Java
Higher Order Functions
Static vs Dynamically Typed
Primitive Types
Pass By Reference vs Pass by Value
Type Coercion
Arrays, Functions, Objects
Call Stack + Memory Heap
Writing Optimized Code
Interpreter/ Compiler/ JIT Compiler
Javascript Engine
Stack Overflow + Memory Leaks
Garbage Collection
Javascript Runtime
Single Threaded Model
Node.js
Execution Context
Lexical Environment
Scope Chain
Hoisting
Function Invocation
Function Scope vs Block Scope
Dynamic vs Lexical Scope
this - call, apply, bind
IIFE