Is there such a possibility? There is an Object.getOwnPropertyDescriptor () method. It returns the property settings as an object. When trying to change them
Object.getOwnPropertyDescriptor(user,'name').writable=true
There is no result. What to do to change the settings?