SirionLabs Interview Question

What is hoisting ?

Interview Answer

Anonymous

Sep 11, 2020

Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope before code execution

1