Skip to content

Instantly share code, notes, and snippets.

@kunigami
Last active March 11, 2019 05:38
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 kunigami/f339a9f065b1be046fd21150fd1d6200 to your computer and use it in GitHub Desktop.
Save kunigami/f339a9f065b1be046fd21150fd1d6200 to your computer and use it in GitHub Desktop.
{
let a = 1;
{
let b = 2;
let c = 3;
}
let d = 4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment