OUR BLOG

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...

Super Duper Easy Kata – Codewars

Today I completed the Super Duper Easy Kata on Codewars! It was difficult to figure out how to check if the parameter was a string. I looked it up and found a method called typeof that returns what type the value is. So I wrote a condition to check if the parameter...

Grasshopper Kata – Codewars

Grasshopper Kata – Codewars

Today I completed the Grasshopper - Debug Kata on Codewars! When I looked at the code and instructions, I could find errors all over the code. I read the instructions and after a few tests, managed to make the code work! Don't give up because the code isn't working....

Factorial Kata part 2 – Codewars

Factorial Kata part 2 – Codewars

Two days ago, I completed a Factorial Kata on Codewars! It went well until I got stuck. As I was looking for the problem, I realized that the code to throw an error only checked if the number was negative, whereas it also had to check if the number was greater than...

Wacky Wednesday

Today was Wacky Wednesday at school. Everyone dressed as "wacky" and odd as possible. It was a very interesting day!! (Today is also Eugene's birthday!)

Bug Zero Icon

OUR NEWSLETTER