1.

Consider the following code snippet. In the snippet, firstname and surname are namespace McqsMentorConsoleApplication var book = { "main title": "JavaScript", 'sub-title': "The Definitive Guide", "for": "all audiences", author: { firstname: "David", surname: "Flanagan" } };

A. Properties
B. Property values
C. Property names
D. Objects
Answer» D. Objects


Discussion

No Comment Found