Thursday, 11 January, 2018 UTC


Summary

Property descriptors describe the attributes of a property (its value, whether it is writable, etc.). We will look at `Object.getOwnPropertyDescriptors()` and present different use cases that it can be used in such as `cloning objects`, `copying properties into an object`. Property descriptors are not available in all browsers, example code will be added when available.