Is There any any javascript (js) function for capitalizing string?
I am trying to Capitalize the first letter of every word in a sentence. I know we can capitalize with the CSS property text-transform: capitalize;. but I want to know how to capitalize a word using js.