Understand JavaScript closures.
Learn what is closures and how closures work behind the scenes.
May 11, 20225 min read

Search for a command to run...
Learn what is closures and how closures work behind the scenes.

We are going to create this scroll bar using React and Dom API You can see the demo https://codesandbox.io/s/staging-morning-nu3r2?file=/src/App.js prerequisite Basic React expertise Basic of Javascript We are going to create this progress bar usi...

You are going to learn about Captain America of React 🤪
![What’s a UseEffect, Do You Like It? [Part 1]](https://cdn.hashnode.com/res/hashnode/image/upload/v1620826784624/0-3Q6VHaX.webp)
Note: Everything in JavaScript happens inside an Execution Context. In JavaScript whenever a piece of code is executed then an execution context is created. In simple terms, we can say that execution context is a place where all the code and function...
