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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Чел, у тебя есть список 'geese'. Тебе надо написать функцию, которая принимает список птиц 'birds' и отфильтровывает её таким образом, чтобы, в итоге, не осталось ни одной птицы из списка 'geese'.
Пример:
есть список a = [1, 2, 3, 4]
подаётся список b = [1, 3, 5, 8, 9]
фильтруем так, чтобы, в итоге, в b не было ничего из a
...
получаем список [5, 8, 9]
Кчау
Aye, english is weird!
glad you figured it out tho.
It is an animal.
You need to iterate through the array thats passed in as a parameter and remove any that are geese.
Sorry don't speak Russian.
console.log('p0: ' + p0)
etc...
Same, I passed all of random tests, but one of test1 was wrong. I don't know the input, so I don't know why it didn't work.
Print the input.