26. JavaScript Object property flags and descriptors: writable, enumerable, configurable

preview_player
Показать описание
Property flags
Object properties, besides a value, have three special attributes (so-called “flags”):

writable – if true, the value can be changed, otherwise it’s read-only.
enumerable – if true, then listed in loops, otherwise not listed.
configurable – if true, the property can be deleted and these attributes can be modified, otherwise not.

Let's be friends:
Рекомендации по теме
Комментарии
Автор

You explained it very well, thank you my friend

lettuce
Автор

Одразу впізнається слов'янський акцент при перегляді відео. Тільки коли глянув коментарі остаточно переконався. =) Чудово пояснили, дякую!

killvapkillvaps
Автор

Де можна подивитись відео українською?

oksanabarshchyk