So, the title makes this seem easier than it really is. I am developing a memory game for an online JavaScript course project which has some starter code to begin with.
I am trying to update the counter display in the HTML and have tried every possible method I know to do so but have been unsuccessful so far. The element is defined as an HTML collection and I have no idea why....it is a simple integer. I am sure I am missing something simple, can anyone point out what it is?
The current code is located at GitHub