Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
It seems like I've solved this kata similarly. But I like your precedence check (refactoring is better than mine, for example, when one needs a new operator). Although in the
work
function you could remove all theread
s and only add numbers to your accumulator (the last pattern should, of course, containread
).thanks