filmov
tv
Object.seal() Method in JavaScript

Показать описание
#CodingCithAarti
You cannot add new properties.
You cannot delete existing properties.
You can modify existing property values.
Property descriptors (like configurable) become fixed (non-configurable), but writable can remain true.
You cannot add new properties.
You cannot delete existing properties.
You can modify existing property values.
Property descriptors (like configurable) become fixed (non-configurable), but writable can remain true.