Extended -03 objects

Object.getPrototypeOf()

Object.setPrototypeOf()

 

Object.keys () // Properties object itself may traverse

Object.values ​​() // Properties object itself may traverse

Object.entries () // Properties object itself may traverse

Object.getOwnPropertyDescriptors // Returns the object of all their properties (non-inherited properties) description of the object

Guess you like

Origin www.cnblogs.com/jeff-zhu/p/12040613.html
03
03