typeof let/const/class in TDZ gets an error❗️
Last updated
Was this helpful?
Last updated
Was this helpful?
⟩ ⟩ ⟩ ⟩ ⟩ no typeof let/const/class in TDZ
⟩ ⟩ ⟩ ⟩ no typeof let/const/class in TDZ
using typeof on let/ const/ class in its temporal dead zone will throw an .
:
replit:
typeName() - refined version of typeof.
lexical declaration - let / const / class.