Amdocs interview question

What is hoisting in javascript?

Interview Answer

Anonymous

21 Oct 2024

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