Contact: aviboots(AT)netvision.net.il
39,907 questions
51,839 answers
573 users
const str = 'nodejs c++ c php'; console.log(str.charAt(0)); console.log(str.charAt(1)); console.log(str.charAt(str.length - 1)); console.log(str.charAt(str.length - 2)); /* run: n o p h */