Skip to content

Instantly share code, notes, and snippets.

@clarkbw
Last active August 17, 2017 20:25
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 clarkbw/bd45805e9498faa591dd102cae09571a to your computer and use it in GitHub Desktop.
Save clarkbw/bd45805e9498faa591dd102cae09571a to your computer and use it in GitHub Desktop.
<script>
{
let a = "foo";
}
{
let b = 42; // set breakpoint here: debugger shows b == "foo"!
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment