MCQs > IT & Programming > JavaScript > Which statement sets the Person constructor as the parent of the Student constructor in the prototype chain?

JavaScript MCQs

Which statement sets the Person constructor as the parent of the Student constructor in the prototype chain?

Answer

Correct Answer: Student.prototype = new Person();

Explanation:

Note: This Question is unanswered, help us to find answer for this one

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it