parallelcodes.com
Javascript – Capitalize First letter of Each Word in a String
There are multiple ways of Capitalizing the first letter of each word in a given string or a sentence. This post shows several ways to achieve this and also shows to handle in between spaces in a s…