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 may need to upgrade your lines.
Which part of the problem are you having trouble grasping?
You will be given a sequence of numbers and a true/false test. Find the first number in sequence where the test is false for that number then return that number and all the other numbers after it, where they pass the test or not
It helps if you show the output from the test case that is failing.
I assume this might help: https://www.codewars.com/kata/554b4ac871d6813a03000035/discuss?utm_campaign=code_challenge_comment_owner&utm_medium=email&utm_source=notifications#60cb692f9c75d0003d7b9a79
Please don't post solutions in Discourse. Discuss solutions in Solutions section and you can see yourself other solutions there too.