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.
Nice!
it is so good!
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
I did exactly the same thing lol.
Genius
čestitke!
This is a very confusing description.
"The onject key will be the number, as a string. The value will be the corresponding character code, as a string."
MDN states: "An object is a collection of properties, and a property is an association between a name (or key) and a value."
Are you suggesting: "Add a property to the object, with the name (key) as the number, and value being the corresponding character code as a string"?