Westonci.ca is the best place to get answers to your questions, provided by a community of experienced and knowledgeable experts. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform.

If we have a book object but we do not give it a "subtitle" property, the following code will return undefined. bar len = book.subtitle.length;
a) true
b) false


Sagot :

Answer:

The answer is "Option a"

Explanation:

In the given question, this statement is true because in this bar len as a reference is declared that creates a book class object that calls the subtitle length method, that's why it is true.