Contact: aviboots(AT)netvision.net.il
39,907 questions
51,839 answers
573 users
const string = 'node.js'; const firstCharacter = string[0]; console.log(firstCharacter); /* run: n */