Multiple Choice
Case-Based Critical Thinking Questions Case 13-2 Michelle has defined a custom object by creating an object literal. She wants to access the properties of the custom object. Michelle can also write the properties of the custom object by using the _____.
A) bracket notation
B) constructor functions
C) prototype chain
D) base object
Correct Answer:

Verified
Correct Answer:
Verified
Q65: Match the following object properties/methods to their
Q66: Identify the general syntax of the object
Q67: Which of the following objects is also
Q68: Identify the advantage of using JavaScript's built-in
Q69: Identify the expression used to reference a
Q71: _ objects are extended by adding new
Q72: Instantiating an object from a constructor function
Q73: A prototype chain ranges from the base
Q74: Identify the use of var objInstance =
Q75: You should use the _ method to