#javascript
Read more stories on Hashnode
Articles with this tag
Today I'm going to show you how I made a basic drum machine using Javascript and CSS. The full code can be downloaded from Github. You can view the...
A palindrome is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case and spacing. 2A33a2, 2A3 3a2,...
After creating my own version of Wordle I took a look at the code behind the original Wordle game to check for similarities and found that it's pretty...
Wordle has been gaining quite the following over the last couple of weeks. For those not yet in the know, Wordle is a game where you have 6 tries to...
A rock, paper, scissors game I made back in 2020. The challenge was set by Frontend Mentor and is now available for download on Github
Finishing the game ยท In part 3 we worked on setting bets and controlling the wheel. Today we're going to finish off the styling and add in some more...