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.
@nklein I don't understand your test. How can [int, string, string] have the same structure as [string, string, int]?
Still is possible to make some shortcuts.
this test is still borked
Yes, I hadn't really anticipated people dumping things to strings. I will update the tests.
You still need to make some updates.
undefined
type will return''
fromtoString
, but still parse a value? Nothing about that is in the description.Test.expect()
, which means that there's no way to see what the actual values our code is providing — only the expected result. And, since we can't see the input lined up with the output, it might as well be random data.done