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 requirements were not consistant with the answer for the Test. None != NaN. math library has an nan which should have been the correct answer.
Yeah, I just suspect they didn't want to change the wording on the question and techincally you don't need the destination parameter but then the function would have to either alter str in place or allocate memory in the function and free it outside. It's easier to just do it the way they have, though I like the idea of altering the string in place.