Created
November 5, 2014 15:07
-
-
Save eduardocruz/1f87c4732c73ad40b002 to your computer and use it in GitHub Desktop.
page8.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
messageButton.addEventListener("click",function(event){ | |
alert(messageText.value); | |
},false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment