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've just tested your solution and it passed the kata without any errors, so closing...
activated~~
.
This isn't really a solution, it's basically a cheat. It isn't doing what you think it's doing.
I guess you're asking about JavaScript. That example would look like
eqAll({}) => false
. It's an iterable. It doesn't (necessarily) have keys or values, you must iterate it.The link that is already in the description points to some documentation.
If argument is only a
string
you should compare eachchars
of this string, eg :If argument is an
array
ofstrings
simply compare each string with others, eg :Hope it helps.
; ) )