Contact: aviboots(AT)netvision.net.il
40,770 questions
53,152 answers
573 users
let s: string = 'typescript'; s = s.slice(1,-1); console.log(s); /* run: "ypescrip" */