How To Make The First Letter Of A String Uppercase in JavaScript

JavaScript Tutorials

Do you want to make the first letter of a String Uppercase and all other letters remain as it is? In this article, you will learn to make the first letter of a given string as uppercase with code examples in JavaScript. In JavaScript there are inbuilt functions present in String class such as toUpperCase()[1] … Read more