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.
Maybe I take the same mistakes with you,but I don't know what they are.Do you know now?
You should create some variable to store keys and values, and in newEntry just add those keys and values to the variable.
?
you created an object with two fields, not a dictionnary with a lot (roughly speaking)
Sorry but I still don't get it.
Should be fine now.
I updated the java version with random tests, and corrected the python version to make them safe: there were possibility to generate words that could be both in added and not added lists and I enforced that each of the lists contains at least one item.
The JS version needs the update too.
done
Your "dictionary" is working the same as a simple variable.
This comment is hidden because it contains spoiler information about the solution
Thank you very much!
Read this
This comment is hidden because it contains spoiler information about the solution
Post your code with proper markdown and mark your post as having spoiler content.
Hey! Anyone know why my code prints it correctly only in the console.log?
In the test it shows:
"Must work with many names - Expected: 'Bart, Lisa, Maggie, Homer & Marge', instead got: 'Bart, Lisa, Maggie, Homer, Marge & '"