lesson
Arrow functions and "this"Advanced JavaScript UnleashedExplanation of how "this" works inside arrow functions
lesson
ES6 classes and prototypesAdvanced JavaScript UnleashedExplanation of how prototype chain is set with ES6 classes
lesson
Custom prototypesAdvanced JavaScript UnleashedExplanation of how we can create objects with custom prototypes in JavaScript
lesson
What is prototypal inheritance?Advanced JavaScript UnleashedExplanation of prototypal inheritance
lesson
Data hiding using closuresAdvanced JavaScript UnleashedExplanation of closures can be used to hide data
lesson
Misconception about closuresAdvanced JavaScript UnleashedExplanation of a common misconception about closures in JavaScript
lesson
Coercion exerciseAdvanced JavaScript UnleashedCoercion exercise for testing and practicing the knowledge learned in this module
lesson
Relational operatorsAdvanced JavaScript UnleashedExplanation of how relational operators work in JavaScript