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.
This comment is hidden because it contains spoiler information about the solution
This can maybe offer some flow contrl and string concatination practise but with that the solution is quite simplistic compared to a more traditional flow control kata like fizz-buzz. However, this kata does provide an oppertunity to practice internationalization APIs like handling lists formatting and number formatting. Unfortunatly, the tests don't exercise that and the blueprint code ignores I18N libs. The string building centric focus of the requirements force the use of the
en-GB
(2023) locale. It also losses out on practicing writing ICU Message Syntax which is a popular and often used syntax for many I18N libraries and translation services.