✍️✍️Hoisting ✍️✍️
Hosting in JavaScript refers to a process in which the declarations in the code appears to move at the top of the code before execution.
Remember its a declaration that moves not the initialization.
Note: JavaScript only hosts the declarations, not t...
moreshwar.hashnode.dev3 min read