Hoisting
Let's first understand what is Hoisting.
Prerequisites
This blog assumes you're familiar with the let, const and var keywords, as well as how to use them.
What is Hoisting?
Hoisting is the phenomenon in JavaScript by which we can access variables and...
namrataraikwar.hashnode.dev2 min read