//variable is a container which holds the value// //ex:// var characters = document.getElementbyID('character').value; //above the variable is characters and value is character//