Skip to content

Instantly share code, notes, and snippets.

@jhonalino
Last active May 29, 2018 04:47
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 jhonalino/9225f3baa6f4edf161e3244f4daca28d to your computer and use it in GitHub Desktop.
Save jhonalino/9225f3baa6f4edf161e3244f4daca28d to your computer and use it in GitHub Desktop.
function doImportantStuff() {
//function scope
var someVariable = "important stuff";
}
{
//block scope
let anotherVariable = "not so important";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment