codesONLY / JavaScriptONLY

Knowledge Resource of core fundamentals of JavaScript explained in simple way!
382 stars 181 forks source link

Feat : Add Algorithm for Capitalizing First Character of Every Word #105

Closed VinayakVispute closed 11 months ago

VinayakVispute commented 11 months ago

Issue Description

I want to add a JavaScript algorithm that capitalizes the first character of every word in a text string.