Match the followingobjectproperties/methodsto their respective descriptions.

A. References the constructor function that createsobject
B. Returnstrueifobjecthas the specified property,prop
C. Returnstrueifobjectexists in objectobjprototype chain
D. Returnstrueif thepropproperty is enumerable
E. Returns the value ofobjectas a text string, number, Boolean value, undefined, or null


A. object.constructor
B. object.hasOwnProperty(prop)
C. object.isPrototypeOf(obj)
D. object.propertyIsEnumerable(prop)
E. object.valueOf()

Computer Science & Information Technology

You might also like to view...

In the accompanying figure, font-family is an example of a ____.

A. selector B. value C. style D. property

Computer Science & Information Technology

In the accompanying figure, click the item marked ____ to display the subfolder file list.

A. 1 B. 2 C. 3 D. 4

Computer Science & Information Technology

The Table Tools tabs on the Ribbon include ________

A) Insert and Layout B) Layout and View C) Design and Insert D) Design and Layout

Computer Science & Information Technology

___________ agnostic means that the content should be accessible and attractive whether its being viewed on a desktop monitor, a tablet, or a mobile device.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology