Beginner – Lost Without a Map

Beginner – Lost Without a Map

Today I completed the Beginner – Lost Without a Map Kata on Codewars!

When I was coding the solution, I thought I could mutate the array and solve it then and there. It turned out I was supposed to do it without mutating, so I looked up maps. Then I wrote a function for the “map”, and the code worked!

Skilllsets

Improving your typing skill is so important in the digital world for kids learning online in class, taking notes, at your job, and many more.

Don’t forget to encourage a kid to improve their skill set by working on increasing their speed.

#kidswhocode #skillsets #changeinthecommunity

Friend or Foe? Kata – Codewars

Today I completed the Friend or Foe? Kata on Codewars!
 
It was simple to make a loop to run through each name in the array. All I had to do afterward was to check if the length of the name is equal to 4 and if so, to add it to the “mini-array.” After that, the “mini-array” was printed.

Incorrect division method Kata – Codewars

Today I completed the ‘Incorrect division method’ Kata on Codewars!

The buggy code was caused by the absence of one of the variables. I divided X by the missing variable Y and the code worked!

Check your code to make sure all the variables you intend to use are being used.

Bug Zero Icon

OUR NEWSLETTER