Skip to content

Instantly share code, notes, and snippets.

@marlonassuncao
Last active August 28, 2015 17:14
Show Gist options
  • Save marlonassuncao/9b701e718c4c5ec8541d to your computer and use it in GitHub Desktop.
Save marlonassuncao/9b701e718c4c5ec8541d to your computer and use it in GitHub Desktop.
“use strict”, qual sua utilidade? | Exemplo: 3
function minhaIdade() {
var idade = 25;
// ...
}
minhaIdade();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment