How to capitalize first letter in JavaScript
In this tutorial, we’re going to look at the different ways of capitalizing the first letter in JavaScript, so let’s get right into it then. Use String index and the substring method To start with, let’s use the string index and the substring method. As you know, strings start from an index of 0 that … Read more