#hiteshchaudhary
Read more stories on Hashnode
Articles with this tag
What are Prototypes? In simple words, prototype is a mechanism by which objects get superpowers in javascript. Technically, it is the mechanism by...
What is Scope? The scope is the accessibility of variables, functions, or objects in some particular part of your code during runtime. They came into...