+ 1
In javascript, what is a prototype?
javascript object prototype
2 Answers
+ 3
It is like the first draft of the objects
- 1
It defines the properties and methods for an object. You can extend the prototype to add additional properties and methods at any time.