Contact: aviboots(AT)netvision.net.il
41,162 questions
53,654 answers
573 users
let str = 'nodeJS C++ C PHP'; str = str.charAt(0).toUpperCase() + str.slice(1).toLowerCase(); console.log(str); /* run: Nodejs c++ c php */