You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is the next statement in the chapter "Property flags and descriptors"
A non-configurable property can not be deleted or altered with defineProperty.
The statement above is almost true. According to this reference for non-configurable data properties it is still possible to change writable attribute from true to false.