#web-development
Read more stories on Hashnode
Articles with this tag
Javascript objects have an internal property called prototype, which is simply a reference to another object and that object also has prototype...
this keyword in Javascript can sometimes be confusing due to lack of proper knowledge. Here I am going to discuss how this work. this belong to a...