Shams Nahid
Shams Nahid's Blog

Shams Nahid's Blog

Follow
homebadges
Tag

js

#js

More content

Read more stories on Hashnode


Articles with this tag

All about JavaScript Prototypes

Oct 26, 20227 min read

The class keyword in Javascript is syntactic sugar. Internally it uses prototypal inheritance. Prototypal inheritance is like Java or Python classical...

All about JavaScript Prototypes