Skip to content

Instantly share code, notes, and snippets.

@wesdeveloper
Last active October 29, 2018 16:08
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 wesdeveloper/97b83a0589db5b459c1c396eaf59a6a4 to your computer and use it in GitHub Desktop.
Save wesdeveloper/97b83a0589db5b459c1c396eaf59a6a4 to your computer and use it in GitHub Desktop.
// Declaração
var value;
// Inicialização
value = 5;
// Utilização
console.log(value); // 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment