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.
@HappyHippyHippo It's usual to do math with 3600 I've seen it in many projets
This comment is hidden because it contains spoiler information about the solution
Why not using 3600 for sec per hours directly
The best way to iterate a string is to increment a pointer
I would not use this solution in real use cases
I did the same but line 2 and 3 can be only one line
And on my conditional block I'm checking if there is a space before the word
You made a mistake here by going "left to right"
Use
if (this.charAt(i-1) == " ")
andx += this[i].toUpperCase();
instead