Today’s exercism exercise was Train Driver which is about the rest/spread operator. Had some problems but did figure it out eventually. Would have been faster if the debugger worked as expected. I probably need to put this top-down movement code[…]↓ Read the rest of this entry…
Posts Tagged #100DaysOfCode
Today’s exercism exercise was: Elyses Destructured Enchantments which involved swapping things around with destructured arrays and objects. I did need help figuring out the last part. I got a manual swap working but it looks like you can name the[…]↓ Read the rest of this entry…
Today’s exercism exercise is Lasagna Master and is about declaring and using functions. I am going beyond the top-down movement exercise for a moment. For today I added some map-building primitives. We already had the mset pico-8 shim that lets[…]↓ Read the rest of this entry…
Today’s exercise was lucky-numbers and focused on type conversion. I did get tripped up on checking for NaN. You need to use Number.isNan() instead of value == NaN. I wanted to finish up the top-down movement code, and I think[…]↓ Read the rest of this entry…
Day three and I am already feeling the time crunch. Had to sneak off to the computer at 10pm to get my coding time in. I only did one exercism exercise “Amusement Park”. That left some time for the top[…]↓ Read the rest of this entry…
Another five exercises from exercism. elyses-enchantments vehicle-purchase bird-watcher mixed-juices high-score-board So, I got myself a modretro chromatic for myself for Christmas. My old GameBoy color has audio issues and it didn’t sound like repairing it would be much cheaper than[…]↓ Read the rest of this entry…
One of my New Years resolutions was to do 100 Days of Code again. No better time to start then right now. For the new year lets start up a new language on Exercism. This makes me more fluent in[…]↓ Read the rest of this entry…
I finished. Hooray!! Todays exercise was sublist. Check if a list is equal to, a subset of or superset of another list. Looking at the community solutions I still think they are overusing LINQ, not everything has to be done[…]↓ Read the rest of this entry…
So close I can taste it…. the finish line that is. Today’s exercise was List Ops. Make your own higher order list functions like map, and reduce as well as more common ones like concatenate. You were supposed to roll[…]↓ Read the rest of this entry…
Just two days left. Today’s exercise was Flatten Array. There must not be much wiggle room because my solutions was suspiciously similar to the first community solution I found. The hardest part was searching for how to tell is an[…]↓ Read the rest of this entry…









