Skip to content

Instantly share code, notes, and snippets.

@Dosant
Created March 5, 2017 08:46
Show Gist options
  • Save Dosant/cfea2aa5052210ba11b57a5f41888d5d to your computer and use it in GitHub Desktop.
Save Dosant/cfea2aa5052210ba11b57a5f41888d5d to your computer and use it in GitHub Desktop.
var userName = "Вася";
function sayHi() {
alert( userName ); // "Вася"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment