You Are Viewing Daily Archive: January 22, 2022

How To Capitalize Every Starting Letter Of A Word In A String JavaScript?

Do you want to capitalize each first letter of the word in a string using Vanilla JavaScript? Here is the little one-line function to make any string capitalised in one process. There are many code snippets available online or on many other blogs and websites but everyone is not able to optimize you...