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.
looks like this has been an issue for quite a long time :(
I confirm the same issue.
me three
I also get this error, so Golang still broken
Fixed
I'm facing the same issue. My answer is correct but it becomes a string so the test fails.
+1 Javascript has the same problem:
✘ Called sort([1, 3, 2]) - Expected: '[1, 2, 3]', instead got: ''[1, 2, 3]''
✘ Called sort([1, 3, 2, 3, 4, 1]) - Expected: '[1, 1, 2, 3, 3, 4]', instead got: ''[1, 1, 2, 3, 3, 4]''
✘ Called sort([4, 1, 3, 2, 2, 3, 4, 1]) - Expected: '[1, 1, 2, 2, 3, 3, 4, 4]', instead got: ''[1, 1, 2, 2, 3, 3, 4, 4]''
+1 (Javascript), are the tests wrapping the response somehow?