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.
Testing for numbers = [1, 2, 3], target = 4
expected [ 1, 3 ] to deeply equal [ 0, 2 ]
I am having this error. how come 1+3!=4? and why is [0,2] the answer when "0" is not even included in the given list? Anybody?
This comment is hidden because it contains spoiler information about the solution
Fatal error: Cannot redeclare capped() (previously declared in /home/codewarrior/run.php:9) in /home/codewarrior/run.php on line 9
How to resolve this? My code's fine and working on compiler.
Failed asserting that exception of type "InvalidArgumentException" is thrown (getting 5 of these).
What I understand from this is, invalid arguments are passed in the tests for the method get_kata_by_number. What am I supposed to do?
Thank you. A Python programmer here. I just started programming in PHP, this wasn't the case in Python lists.
Anyone who is facing problem in php? My code runs fine on compiler but failed random test here.
Thank you for this series!
want to see your regex solution. Can I?
same chars may not be adjacent
Failed asserting that true matches expected false.
Beginner in PHP, can anyone help rectify this error?
The tests are broken!