#app-development
Read more stories on Hashnode
Articles with this tag
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...
Today, the first thing I learned was something that counts overall. There is a better way to select an HTML element than document.getElementById(): //...
Today I did a few things on the Blackjack app project. At first, I made the start button display, work and also look good. It was also a very good...
Today I started a new project after finishing the People Counter app last time. The app I want to create is called Blackjack. It's a very popular...
Today I wanted to finish the people counter app. So at first, I created the save button in the HTML document, which would save the previous entries. I...
Today is my third day of learning JavaScript and I created the increment button for the people counter app while using functions and a few new things....