Today’s first exercise Clock would have been so much easier if they included some specifications. Like plus() and minus() have minutes as a parameter (why that wasn’t already set in the skeleton I don’t know). Also, the constructor takes hours[…]↓ Read the rest of this entry…
100 Days of Code 2026
More exercises. First is Reverse String it had some extra challenge at the end to reverse strings with grapheme clusters. I got how to split it out from: https://www.javaspring.net/blog/how-can-i-tell-if-a-string-contains-multibyte-characters-in-javascript/. Second was Collatz conjecture if you do a visualization of that[…]↓ Read the rest of this entry…
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[…]↓ Read the rest of this entry…
Today’s exercise was simple-cipher. It is really the Vigenère cipher, it is like the Caeser cipher except instead of one shift for the whole message, you have a long key text where you shift according to the matching position of[…]↓ Read the rest of this entry…
Today’s exercise was robot name. You had to make a unique random robot name. The tricky part was making the name field read only. I think I could have used this a day or two ago when I was talking[…]↓ Read the rest of this entry…
Today’s exercise was list ops which was to implement list functions without using the higher order operations or built in functions of similar use. I started off on this one all wrong. I think this example shows why encapsulation is[…]↓ Read the rest of this entry…
Today’s exercise was Grade School you keep track of a list of students each having a name and grade level. Don’t allow students with duplicate names. Return the students of a given grade sorted by name, or the whole thing[…]↓ Read the rest of this entry…
Today’s exercise was Pascal’s triangle. This one was also marked medium but if it hadn’t been for arrays being uncooperative it would have taken half no time. The description promised a Sierpinski triangle if you colored odd and even numbers[…]↓ Read the rest of this entry…
I never seem to have enough time to do this on Saturday’s and or Sundays. I am thinking of having some sort of different projects for the weekends. Maybe just reading or something. Not sure yet. All I had time[…]↓ Read the rest of this entry…
Today’s exercise was Bob. You calculate responses from a non-verbal teen. You check for ending question mark all caps text and empty messages. I thought you got an award for finishing Bob but I guess not for Javascript. Surprisingly no[…]↓ Read the rest of this entry…








