Day 0: JS series
Hoisting with Let and const
With practical experience, you might say let and const don't hoist and it throws out an error. The fact is let and const hoist but it'll be in a Temporal Dead Zone.
Temporal Dead Zone:
The area where the variable is hoiste...
rashveera.hashnode.dev1 min read