Created
March 14, 2015 17:47
-
-
Save DaveVoyles/a72e7d9b57fc45b49aca to your computer and use it in GitHub Desktop.
This file contains hidden or 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
input.addEventListener('input', function (e) { | |
playerElement.setAttribute('text', input.value); | |
xPokemon.name = input.value; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment