Contact: aviboots(AT)netvision.net.il
39,945 questions
51,887 answers
573 users
let str = 'typescripT C++ C PHP'; str = str.charAt(0).toUpperCase() + str.slice(1).toLowerCase(); console.log(str); /* run: "Typescript c++ c php" */