100 Days of Code Day 22
Today’s exercise was Recycling Robot which was about JavaScript’s type checking functions. Nice and straightforward for the most part. Some of the explanations of what they wanted led me down the wrong path but I managed. Oh, and I was wrong, somehow the Learning Exercises returned. I guess I actually finished the Learning Exercises today since I just got an award for it.

For the minesweeper game, I think I am now feature complete (at least with the rest API).
- I now have a high score viewer.
- The current difficulty level is saved in local storage taking priority over the settings default when present.
The only thing left to do is to put in a local storage service. Then I will switch to that. That way I can deploy and use it without the Rest API.
