100 Days of Code Day 11
Another easy exercise just using a for item in list loop, and a forEach loop with a callback function. Not hard but as expected I saw at least one community solution that had to show off their skill and do it a different way that doesn’t follow instructions.
I tried setting up a mock service for a game board component to load data from. Things didn’t go well. I might switch to something else for a bit. I don’t really know what I am doing yet and all the web references seem to be using version 2 instead of 3.