How can we make the votes paragraph display counter followed by "votes"?
votes
counter
"votes"
.innerHTML
counter + "votes"
By setting its .innerHTML to counter + "votes".