What is the default value of a constructor’s prototype?
Answer / 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 |
What is the syntax of json using javascript?
What is the extension of json file?
what are the drawbacks of JSON?
What is serialization and deserialization in json?
What are the json arrays?
What are the json syntax rules?
What is json database?
What is a json api?
Is json better than xml?
What is the use of json.parse in javascript?
Is yaml better than json?
What does object.create do?