Hello,
In the ISBN verifier exercise, in the way the tests are designed I think there is no way of getting around having two occurrences of replace(s, "-"=>"") or equivalent without a try ... catch statement.
If this is the case and I am not missing something, maybe it is worth writing an hint in the description or changing the tests so it is possible?
I can make the PR if it is something that would make sense.
Hello,
In the ISBN verifier exercise, in the way the tests are designed I think there is no way of getting around having two occurrences of
replace(s, "-"=>"")or equivalent without atry ... catchstatement.If this is the case and I am not missing something, maybe it is worth writing an hint in the description or changing the tests so it is possible?
I can make the PR if it is something that would make sense.