Skip to content

Instantly share code, notes, and snippets.

@manekinekko
Last active September 12, 2018 11:17
Show Gist options
  • Save manekinekko/b5ba5bb4f706d1705c045a8e72e887d6 to your computer and use it in GitHub Desktop.
Save manekinekko/b5ba5bb4f706d1705c045a8e72e887d6 to your computer and use it in GitHub Desktop.
if (true) {
var foo = 'bar';
}
console.log(foo); //=> 'bar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment