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