In the instructions for Raindrops, would it make sense for the instructions to be a bit more specific here:
raindrops(34)returns “34” because 34 is not divisible by 3, 5, or 7.
to become
raindrops(34)returns the string “34” because the number 34 is not divisible by 3, 5, or 7.