Skip to content

Instantly share code, notes, and snippets.

@antonkartashov
Created July 30, 2015 02:21
Show Gist options
  • Save antonkartashov/00fd25a20668e64ef717 to your computer and use it in GitHub Desktop.
Save antonkartashov/00fd25a20668e64ef717 to your computer and use it in GitHub Desktop.
var press = function() {
button.textContent = "Pressed!";
};
button.addEventListener("click", press);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment