Originally I was using input with an id and grabbing it\'s value with getElementById. Currently, I\'m playing with
Again with getElementById, but instead .value, use .innerTexts. How can I grab the values of the
Chicken
document.getElementById('test').innerText; //the value of this will be 'Chicken'