Skip to content

Instantly share code, notes, and snippets.

@aozora
Created February 4, 2016 21:52
Show Gist options
  • Save aozora/e5d4f159065ae5f795b7 to your computer and use it in GitHub Desktop.
Save aozora/e5d4f159065ae5f795b7 to your computer and use it in GitHub Desktop.
// the following function, it runs but there a sever issue in it
function test() {
myVar = 'Hello, World';
console.log(myVar);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment