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.
I see you asked this 4 years ago. But I'd like to clairfy for others.
A better description would be:
"Create a dictionary object for each number.
For each object, have the key be the number as a string.
For each object, have the value be the character this number refers to in the ASCII table.
Return a list of the dictionary objects."
Maybe this is too revealing