what do you mean by Hoisting and Temporal Dead Zone in JS ?
Jan 7, 2024 · 2 min read · Hoisting is a concept that enables us to extract values of variables and functions even before initializing/assigning value without getting errors and this happens during the 1st phase (memory creation phase) of the Execution Context. In the context ...
Join discussion
