Skip to content

Instantly share code, notes, and snippets.

@startupsandcode
Created May 8, 2016 12:18
Show Gist options
  • Save startupsandcode/0a8f3019b1c8a58a9145f102d432318d to your computer and use it in GitHub Desktop.
Save startupsandcode/0a8f3019b1c8a58a9145f102d432318d to your computer and use it in GitHub Desktop.
Write Output from Input
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