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.
Ahhh, got it. I missed that, thank you!
That's not a kata issue, your code is returning a wrong answer. If there is no anchor, then your code should return exactly the same url, as shown in the example and expected in the test.
In the directions the second example given does not have an anchor (#) in it: "www.codewars.com?page=1" -->"www.codewars.com?page=1"
The third test case gives an error message because it does not have an anchor (#) in it: expected 'www.codewars.com/katas' to equal 'www.codewars.com/katas/'