Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

Prakash Cathcart




Posted Answers



Answer


To capitalize the first character of a string, We can use the charAt() to separate the first character and then use the toUpperCase() function to capitalize it


Answer is posted for the following question.

How to write a javascript function that converts the first letter of every word to uppercase (Javascript Scripting Language)


Wait...