ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 181 - Certified JavaScript Developer I discussion

Report
Export

Refer to the following code:

Which statement should be added to line 09 for the code to display 'The boat has a capacity of 10 people?

A.
super.size = size;
Answers
A.
super.size = size;
B.
ship.size size;
Answers
B.
ship.size size;
C.
super (size);
Answers
C.
super (size);
D.
this.size = size;
Answers
D.
this.size = size;
Suggested answer: D
asked 23/09/2024
Juan Carlos Delgado
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first