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