Edge cases with Algorithm scripting

Hello I was curious if we should also be trying to implement edge case detection into our algorithm scripts. I guess a good example is to add a check to make sure the Mutation is array of length two since we are comparing only two words with this particular script.

That is definitely a good thing to think about. While not required for passing the challenges, putting in checks like that (and testing them yourself) is a good thing to practice.