Contact: aviboots(AT)netvision.net.il
41,314 questions
53,829 answers
573 users
const str: string = 'typescript'; const firstCharacter: string = str[0]; console.log(firstCharacter); /* run: "t" */