Skip to content

Instantly share code, notes, and snippets.

@ACbosong

ACbosong/.js Secret

Created August 10, 2021 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ACbosong/019ecb8cfe5944bcd9b7d1f214d3c11c to your computer and use it in GitHub Desktop.
Save ACbosong/019ecb8cfe5944bcd9b7d1f214d3c11c to your computer and use it in GitHub Desktop.
{
let v = 1;
{
let v = v + 1; // Error: TDZ
}
// recover v
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment