Contact: aviboots(AT)netvision.net.il
42,038 questions
54,727 answers
573 users
let str = 'typescript'; str = str.slice(2); console.log(str); /* run: "pescript" */