Temporal Dead Zone (TDZ) in javascript
What is Temporal Dead Zone (TDZ)
A temporal dead zone (TDZ) is the area of a block or scope where a variable can not be accessed until the computer completely initializes it with a value.
What is a Block or Scope ?
A block is a pair of braces "{....
projection.hashnode.dev3 min read