Skip to content

Capitalize

Malexion edited this page Oct 31, 2016 · 1 revision

Capitalize the first "word" in the string

var str = '    word, phrase   '.capitalize();

console.log(str)
Clone this wiki locally