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.
You're welcome.
Thanks! I appreciate your feedback and that you're putting in the work to improve others' understanding
I'm not following. Fix it how? Was this reported as "broken"?
This comment is hidden because it contains spoiler information about the solution
The proper expected output of the given example[["Stefan", "Raj", "Marie"],["Alexa", "Amy", "Edward"],["Liz", "Claire", "Juan"],["Dee", "Luke", "Katie"]] should be: ["Stefan","Raj","Marie","Edward","Amy","Alexa","Liz","Claire","Juan","Katie","Luke","Dee"].
I ran into this last night with another challenge. My solution using Object.values() worked in repl.it and codepen, no go here, super frustrating. Looks like ES2017 standards aren't in CodeWars (not that they should be, but I will know better than to not check the JS/ES release version when using a method I'm not familiar with). Code and learn, I guess.