My Memory Game walkthrough is now out 🥰 I focus a lot on ‘getAttribute’ and ‘setAttribute’ #javascript functions - so if you want to get your head around them and their use cases - have a little gander #javascriptGames > bit.ly/aniakchannel #100DaysOfCode #coding #stayhome
@ania_kubow Hey Ania, great tutorial. Please can you help me out. Everytime I add this piece of code: if (cardsWon.length === cardArray.length/2) { resultDisplay.textContent = 'Congratulations! You found them all!' } For some reason this keeps on breaking the grid (making it disappear)
@code_with_gee Hi ya - have you checked your console to see if you are getting an error message? :)
@ania_kubow Thanks for that Tutorial Ania it's been very challenging and useful! I'm going to play with the styling now and see if I can add to it. I really want to add a timer