6
JavaScript Advanced
ES6+, Promises, async/await, Fetch API, модулі, замикання, класи
01
ES6+ — частина 1
Template literals, destructuring, spread/rest operators, enhanced object literals
50 хв
02
ES6+ — частина 2
Optional chaining, nullish coalescing, logical assignment, array/object methods
45 хв
03
Promises
Асинхронність, event loop, Promise (then/catch/finally), chaining, Promise.all
55 хв
04
Async/Await
async functions, await, try/catch, паралельне виконання, обробка помилок
50 хв
05
Fetch API
fetch(), GET/POST/PUT/DELETE, headers, JSON, робота з REST API, обробка помилок
55 хв
06
ES6 Modules
import/export, named/default exports, організація коду по модулях
45 хв
07
Замикання (Closures)
Лексичне оточення, замикання, IIFE, практичні патерни
50 хв
08
Прототипи та класи
Prototype chain, ES6 classes, constructor, methods, inheritance, extends, super, static
55 хв