DEV Community

Discussion on: 5 JavaScript core concepts you should understand

Collapse
 
garetmckinley profile image
Garet McKinley

Really nice list!

All JavaScript objects have a prototype that they can inherit methods from

This could definitely use some external links or a bit more clarification. What exactly does it mean to have a "prototype"? That sentence is assuming you know what the difference between class and prototype based languages. Just my two cents.

Collapse
 
codefinity profile image
Manav Misra

The video link mentioned 👆🏽adds some context and clarification.

Collapse
 
jasterix profile image
Jasterix

That's a good point. I had a tough time explaining this point without rambling