Today I wrote a little program to track which day of #100DaysOfCode I am on.
[Read More]
CodeWars TDD style
Supermarket queue kata on CodeWars
I’m on day 10 of the #100DaysOfCode challenge and I have been playing with different learning tools. I signed up for Codewars and have been solving kata there.
[Read More]
Every and some in javascript
Last night when working through the simple cipher exercise on exercism.io, I submitted a solution that an array filter to find characters that I didn’t want in an array.
[Read More]