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.
The user is not active anymore.
I think i'm getting it but to be clear, the valueOf in this challenge makes sure that the x returned is a number? I am trying to figure out why the code doesn't work with that line.
This comment is hidden because it contains spoiler information about the solution
The test cases are looking for truthy values, not just boolean true.
What does your solution look like? There are 2 test cases that could be failing.
Seems to be working for me now.