Well, I am just using that as an example. I am trying to write a blackjack game without looking at other peoples code. I have a hit button but if it is pressed once it needs to change the id to hit2 so I can call a function by adding document.getElementById('hit2').onclick = hit2; and I would be...