How can we make the votes paragraph display counter followed by "votes"?

By setting its .innerHTML to counter + "votes"By setting its .innerHTML to counter By setting its .innerHTML to "votes"

By setting its .innerHTML to counter + "votes".