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.
Wow. It seems that I'm running into the Dunning–Kruger effect...
Thank you for clarifying!
This is Java, Javascript is a different language.
Ah... Thank you. I didn't realize that 'string' as used in C# as a keyword, is actually an alias for the class System.String.
I think I was also consfused thinking this was a C# challenge, but I now see that it is Javascript. :D
(must be careful while teaching myself two languages at once...)
Read this: https://stackoverflow.com/questions/4006302/why-is-java-string-type-written-in-capital-letter-while-int-is-not
This was my first time dealing with a 'double'. I'm still not sure whydouble is lowercase and String is uppercase... any clarity someone can provide?