Day 10 of learning JavaScript: Generate random numbers and random cards
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...
svensblog.hashnode.dev3 min read