JavaScript Classes

Опубликовано: 29 Сентябрь 2024
на канале: Jakubication
22
2

JavaScript classes are an evolution of the object literal syntax that used to be your only option in JavaScript. Classes mimic most of the functionality of classes in similar languages like Java or Python. This video covers the constructor method, static methods, as well as getters and setters.

Chapters
0:00 - Constructor
1:31 - Static Methods
2:33 - Getters and Setters

#javascript