-
-
Save startupsandcode/0a8f3019b1c8a58a9145f102d432318d to your computer and use it in GitHub Desktop.
Write Output from Input
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
var results = document.getElementById('test').value; | |
document.getElementById('results').innerHTML = results; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment