useRef Hook helps to create a direct reference to the DOM element, so we can access it and modify, like the JavaScript document.querySelector...
Well, what does this useEffect Hook does? To simply put, it helps us to do something after our component has rendered. React will run this after it...
Couldn't understand closures? Let's clear this. · What is Closure ?? Heard someone saying "this piece of code is possible because of closure" ?! Most...
The most simple explanation · What is Currying? Ever got this question in an interview? This is one of the important topics that a developer should know....
So you are into JS, and have been wondering how JS works? Well, you are at the right place. Welcome aboard! · This post was...