Object.getOwnPropertyDescriptors
the behavior of value, writable, get, set, configurable and enumerable
We'll cover the following...
We'll cover the following...
Object.getOwnPropertyDescriptors returns all property descriptors of its first argument:
Object.getOwnPropertyDescriptors returns all property descriptors in an object with the same keys as the keys of the original object. The following four property descriptors are returned (source: developer.mozilla.com):
value: the value