Match the followingobjectconstructor methodsto their respective descriptions.
A. Returns true ifobjis frozen
B. Creates an object using the prototype,proto; wherepropertiesis an optional list of properties added to the object
C. Returns an array of the enumerable properties found inobj
D. Defines or modifies the properties,prop, for the object,obj
E. References the prototype of the object,obj
A. Object.isFrozen(obj)
B. Object.create(proto, properties)
C. Object.keys(obj)
D. Object.defineProperties(obj, props)
E. Object.getPrototypeOf(obj)
You might also like to view...
The Default Value, an option on the ________ tab in the Property Sheet pane, allows you to define a value that will automatically appear in a new blank record
A) Other B) Event C) Data D) Format
To view a hyperlink for an object, you ________ the object in the document
A) point to B) click C) double-click D) triple-click