DEV Community

Discussion on: ๐ŸŽ‰๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง JavaScript Visualized: Prototypal Inheritance

Collapse
 
mbougarne profile image
Mourad Bougarne

It's just a JavaScript there is no magic there, even Prototyping is a JavaScript that helps in extend, add extra custom functionality to an existing object. Am I wrong?