What is the meaning of JavaScript Hoisting?

A Moving declarations to bottom
B Moving declarations to top
C Hosting variables by itself
D Moving declarations to specified location

Correct Answer: Moving declarations to top

Hoisting is JavaScript’s default behavior of moving all declarations to the top of the current scope (to the top of the current script or the current function). In JavaScript, a variable can be declared after it has been used. In other words; a variable can be used before it has been declared.

Related Questions

The characteristics of drive for crane hoisting and lowering are which of the following?
On August 15, 1947, Flag Hoisting in Durg was done by whom?
When does JavaScript code appear inline within an HTML file?
What is the purpose of the event handlers in the JavaScript?

Next steps