How can I convert a JavaScript string value to be in all lower case letters?
Example: "Your Name" to "your name"
Answer
var lowerCaseName = "Your Name".toLowerCase();
Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...
No comments:
Post a Comment