JavaScript Video Tutorial - Object Properties Using Getters and Setters

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thank you for the great explanation.Have a blessed day.

chamnil
Автор

Thanks for explaining the "why" in this tutorial. Many tutorials will explain the how, but if it's not clear why something is being done, it's hard to see the need for it. Good explanation and great example of how to use getters and setters.

marczenkner
Автор

Is there a more Object Oriented way to to this with ECMAScript 6?

fatbubble
Автор

I really don't see why did you use Object.defineProperty and get/set instead of directly access property via let newCar = Car('red'), Why complicate things unnecessarily

adriatic
Автор

Too many "actually"es, but overall very helpful video

crystaldeepofficial