Back
Can anyone tell me how to convert the JavaScript string “Your Name" to "your name"?
You can easily do it like below:
var lowerCaseName = "Your Name".toLowerCase();
Interested in Java? Check out this Java Certification by Intellipaat.
31k questions
32.8k answers
501 comments
693 users