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 are so clever!
definetly best one, very flexible
This comment is hidden because it contains spoiler information about the solution
Thank you very much! Next time i gonna format code
This comment is hidden because it contains spoiler information about the solution
Oh. I just googled, ["Mallard", "Hook Bill", "Crested", "Blue Swedish"] are different ducks, i just thought it is some random words :/
For example, if this array were passed as an argument:
["Mallard", "Hook Bill", "African", "Crested", "Pilgrim", "Toulouse", "Blue Swedish"]
Your function would return the following array:
["Mallard", "Hook Bill", "Crested", "Blue Swedish"]
Why in example we remove 'African' why is it geese? What is the logic? Maybe i understood something wrong
Can someone explain me the description. Please, i can understand what does geese means(i thought it is like animal). And, if it is possible, in Russian
Good one
Cant understand what is wrong with my code. I solve one bug and get a new one, and it's always wrong in only one test case, can i see input somehowe? It would be much easyer to understan what is exectly wrong