Amdocs Interview Question

What is hoisting in javascript?

Interview Answer

Anonymous

Oct 21, 2024

Hoisting is a phenomena in javascript in which the variable and functions are moved to the top the call