Today I completed the “Wide-Mouthed Frog!” kata on Codewars!
At first glance, it took me some time to figure out what to do, but I quickly found out: if the animal used for the function was an alligator, output ‘small;’ otherwise, return ‘wide.’ Knowing this, I typed the code and it worked!