Skip to content

Instantly share code, notes, and snippets.

@kellylougheed
Last active April 22, 2017 22:54
Show Gist options
  • Save kellylougheed/199f014ca47bc51680f552d9fd06978b to your computer and use it in GitHub Desktop.
Save kellylougheed/199f014ca47bc51680f552d9fd06978b to your computer and use it in GitHub Desktop.
window.onload = function() {
// Your JavaScript goes below
var submitButton = document.getElementById("submitButton");
var inputBox = document.getElementById("inputBox");
var wordSearched = document.getElementById("wordSearched");
var results = document.getElementById("results");
var results2 = document.getElementById("results2");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment