Hi, I have just been working on the Series exercise. Not sure if I missed something, but its not clear how to raise the errors correctly for the error test cases. For example I spend a while trying things like error("slice length cannot be zero").
Not sure I would have found the "slice length cannot be zero" | halt_error without looking at other’s solutions.
Hmm, if one follows the jq track in order, hamming is the first exercise that requires halt_error in the solution. But series is the first exercise you’ve worked on that requires it. Looks like we need an Error Handling concept.