Skip to content

Instantly share code, notes, and snippets.

@cristofersousa
Created March 26, 2017 02:55
Show Gist options
  • Save cristofersousa/68c30e55f68c8b8711ecadf2096229a4 to your computer and use it in GitHub Desktop.
Save cristofersousa/68c30e55f68c8b8711ecadf2096229a4 to your computer and use it in GitHub Desktop.
```
let name = 'Opensanca';
function sayName() {
console.log(name);
let name = 'Opensanca';
}
sayName();
```
> Saída obtida: name is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment