+ 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 .
1 ответ
+ 1
👆