Shams Nahid
Shams Nahid's Blog

Shams Nahid's Blog

Follow
homebadges
Tag

prototypes

#prototypes

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

Functions are objects in JavaScript, let's prove it!

Oct 14, 20223 min read

A function in JavaScript is an object, because, Functions contain properties like objects We can add new properties or read the properties We can...

Functions are objects in JavaScript, let's prove it!