#javascript
Read more stories on Hashnode
Articles with this tag
To understand reconciliation first let's understand DOM So what is DOM? DOM stands for document object model. It acts as an interface to interact with...
What is this keyword? In JavaScript, the this keyword refers to the object that the current function is a method of. The value of this is determined...