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.
when using
String.prototype.isUpperCase = function(){...}
... how do I work with the related string in the function? like how do I reference it? With "this" or...?
Thanks!
(Javascript) Very helpful. This is a good one to know. I would assume that a simple .sort on it's own would be able to sort things alphbaetically in a case-sensitive way. The answer to this problem is a good one for my toolbelt. Thanks!