You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@ __Code Implementation:__
351
351
352
352
* After this process has being carried out for every word, capsArray now holds the capitalized version of every word in the sentence
353
353
354
-
* Finally .join() method is used
354
+
* Finally .join() method is used. Then We pass in an empty space as the separator. This gives us the capitalized sentence which we return in conclusion.
0 commit comments