Ad
  • Custom User Avatar

    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!

  • Custom User Avatar

    (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!