Advanced JavaScript

Advanced JavaScript

English | MP4 | AVC 3840×2160 | AAC 44KHz 2ch | 3h 05m | 1.01 GB

I don’t know how to write corrupt texts, just believe me that if you use JavaScript in any quality, there is probably no other resource that will do you more good. This course lasted for years. I took everything that I know about JavaScript, and all my experience, training it for the last half of a decade and including it in this course. Closing, the “this” keyword, execution contexts, module patterns, hoisting, asynchronous patterns, prototypes, inheritance, an event loop, public and private class fields, composition and much more. After completing this course, there will be no Javascript that you don’t know.

Table of Contents

Guide to Execution Contexts, Hoisting, Scopes, and Closures
Understanding the this keyword, call, apply, and bind
The Evolution of Async JavaScript – From Callbacks, to Promises, to Async/Await
Beginner’s Guide to JavaScript’s Prototype
JavaScript Private and Public Class Fields
JavaScript Inheritance and the Prototype Chain
From IIFEs to CommonJS to ES6 Modules
(Bonus)JavaScript Composition vs Inheritance
(Bonus) Creating your own JavaScript Array