Skip to content

Instantly share code, notes, and snippets.

@cristofersousa
Last active March 26, 2017 03:03
Show Gist options
  • Save cristofersousa/a493849861687b8d8f9d5cc010103eef to your computer and use it in GitHub Desktop.
Save cristofersousa/a493849861687b8d8f9d5cc010103eef to your computer and use it in GitHub Desktop.
var name = 'Opensanca';
function sayName() {
console.log(name);
var 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