Home Object, Prototype
Post
Cancel

Object, Prototype

Object

All JavaScript objects inherit properties and methods from a prototype

All objects in JavaScript refer to their parent objects which means prototype

Not inherited by the object itself

This post is licensed under CC BY 4.0 by the author.