Your Second JavaScript Course
Ditulis pada: February 18, 2020
Your Second JavaScript Course, Learn new syntaxes, fill up knowledge loopholes, understand how JS works under the hood and win job interviews!
NEW
Created by OnlyKiosk Tech
English
English [Auto-generated]
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
- Understand how JavaScript works: queue, stack, heap, stack overflow, event loop, task queue, etc.
- Master ES6 new syntaxes: let, map, set, Symbol, iterator, generator, reflect, promise, proxy, etc.
- Destructuring assignment
- Completely understand the JavaScript inheritance and the prototype chain
- ES6 Module and CommonJS
- Constructors and classes
- Real-life creative ways of designing constructors and inheritance programs
- The strict mode
- Tail call optimization
- Recursion
- Deep and shallow object copy
- Two-way data binding