Today I learned how to generate random numbers in JavaScript. I needed to know this so that when every round of Blackjack starts, the numbers are not the same but always different.
There are a few important things I have learned:
Math.random() // cre...