Why are we able to use variables to store the elements we're accessing?
Because the accessed elements are valuesBecause the document.getElementById() instruction is a stringWe can't use variables to store the elements we're accessing
We can use variables to store the accessed elements because these elements are values.