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

Answer: A

Computer Science & Information Technology

You might also like to view...

Microsoft Office enables you to copy text from a Word document and paste it into an Excel spreadsheet or a PowerPoint presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

Match the following terms to their meanings:

I. Variable II. Constant III. Data type IV. Declaration V. Scope A. Assigns a name and data type to a variable B. Determines how the data is stored in the computer's memory C. Specifies which program statements can access the value stored D. A programmer-defined name that stores a value E. Stores values that are specified at design time and cannot be changed

Computer Science & Information Technology