Sven Willhauksvensblog.hashnode.devยทJul 1, 2023Day 10 of learning JavaScript: Generate random numbers and random cardsToday 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...42 readsJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.