Lessons by tag «encapsulation»
We found 13 lessons lessons about the «encapsulation» in the Hexlet catalog. These lessons on «encapsulation» are available in the following courses: JS: Introduction to Object Oriented Programming (OOP).
Explore error handling methods
Examine the difficulties encountered in the study of OOP. Get acquainted with the subspecies of OOP
Learn about the abstraction that covers prototypes
Get familiar with the mechanism of prototyping. Learn how to create data abstractions in JavaScript correctly.
Learn about different ways to bind context to functions
Learn about the course, its structure, and its goals
Learn different ways to create objects in JS. Get familiar with the `new` operator.
Learn how to create your own methods and become familiar with the `this` keyword
Find out where the this of arrow functions comes from and get to know the differences from regular functions
Find out how methods work for primitive data types
Discover a handy way to represent objects as strings
Learn how to create a shared state for all objects of the same prototype
Explore bundling data and functions in a single structure