What is the default value of a constructor’s prototype?
Answer Posted / Siddhartha Purwar
In JavaScript, the default value of a constructor's `prototype` property is an empty object. Constructors in JavaScript are functions that are used to create new objects. By default, these new objects inherit properties and methods from their constructor's prototype.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category