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.
Please read this: https://docs.codewars.com/training/troubleshooting/
Your function returns an array with an empty string, and the expected value is an empty array.
Failed asserting that two arrays are equal.
Expected: Array (
)
Actual : Array (
0 => ' '
)
Does anyone know what this means?
I tested my code in Visual Studio Code no problem, but when I tested it on the site this message appears.
Note: I used PHP 7.0