5. Write a JavaScript function that accepts a string as a parameter and converts the first letter of each word of the string in | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

5. Write a JavaScript function that accepts a string as a parameter and converts the first letter of each word of the string in

5. Write a JavaScript function that accepts a string as a parameter and converts the first letter of each word of the string in upper case. Example string : 'the quick brown fox' Expected Output : 'The Quick Brown Fox ' only(Q&B&F)to upper .

9th Dec 2016, 7:01 PM
Nashwan Aziz
Nashwan Aziz - avatar
1 Answer
+ 1
👆
9th Dec 2016, 7:01 PM
Nashwan Aziz
Nashwan Aziz - avatar