Skip to content

Instantly share code, notes, and snippets.

@johntron
Last active January 2, 2016 09:39
Show Gist options
  • Save johntron/8284939 to your computer and use it in GitHub Desktop.
Save johntron/8284939 to your computer and use it in GitHub Desktop.
Update the line below so this code alerts "bar" instead of "foo".
var message = "foo";
function show() {
alert(message);
}
// Insert your code here
show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment