Actualités

Now create the following functions: 1- function accept a full name string and convert each letter of first world to Capital and the remaining to small (Pascal Case). //Example : 'the quick brown fox' ...
A JavaScript library which, for each sentence, transforms the first letter to upper case and other letters to lower case. It appends a dot at the end if not added before. It recognizes dot ., question ...