DEV Community

Discussion on: 3 Ways to Create Objects in Object-Oriented JavaScript

Collapse
 
hugecoderguy profile image
Christian Kreiling

Cool post! My only suggestion would be to show prototypal inheritance through Object.assign, which tends to be a safer way to extend a function's prototype.

Collapse
 
koresar profile image
Vasyl Boroviak

Hey Christian. I've just posed a comment here. It's about prototypal inheritance. Check it out. I'm sure you'll be interested. :)

Collapse
 
educationecosystem profile image
Dr. Michael Garbade

Noted, maybe in another post, thanks!