- In JavaScript, an expression for the fact that
let
andconst
cannot be accessed before they are declared, with this resulting in a reference error. The TDZ encourages to always declare a variable before using it.
- Previous term: Templating language
- Next term: Temporary storage
- Random term: Netscape Communicator