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'll remember next time. Thanks
This comment is hidden because it contains spoiler information about the solution
I did not know this. By how much it's slower/faster? Let's say you have a list of 10,000, by how much does it differ? Mhm, let's try this out.
Why access the 3rd parameter when it's already available in the function's closure? XD I'm not aware of any especially good reason to prefer one solution over the other. I find it a bit cleaner using just those two parameters, list and dev, over using 4 “isSameLanguage(list), every((one, two, three) =>”.