Showing posts with label toUpperCase(). Show all posts
Showing posts with label toUpperCase(). Show all posts

August 26, 2020

JavaScript : string.toUpperCase(), Make uppercase first letter of each word with in a variable

I want to make the first letter of each word upper case with in a variable. I have tried the JavaScript String toUpperCase() Method to do like below: