I kind of want to finish the Javascript track with 100 days of code. With 100 days of code and 156 javascript exercises that seems a bit unlikely. I really should be at 59 exercises. I decided to try to catch up a bit and did three exercises Wordy (convert a sentence into a math operation and return the result),  Secret handshake (using bit masking on a number to get a series of actions for a secret handshake), and Leap (figure out if a given year is a leap year). This brings me to a nice even 50. Hope to at least get past 100 before the end of 100 days of code. Anyway other things are calling hope to get back to something more later today. Maybe more Gameboy, maybe Angular, or maybe the new book I got yesterday that just came in.

It is later now I thought I would start with Chapter 10. It is only a few pages I thought I would run through it and maybe go back to the Angular tutorial. Well I have run out of time. I only got to the second timer app. I couldn’t figure out why it wasn’t working right. The dissassembly in part of it was all messed up. I eventually downloaded the binary from the author’s github but it had the same problem but actually worked. It turns out when I turned on interrupts I didn’t OR on the timer interrrupt flag.