Hoisting in Javascript
Hoisting in Javascript In this chapter, you will learn about what is hoisting in Javascript with examples. As we studied in the chapter execution context in javascript every function in Javascript has to pass the two phases, one is the Creation phase and Execution phase. In the Creation Phase, the…