Contact: aviboots(AT)netvision.net.il
39,884 questions
51,810 answers
573 users
const str = 'javascript c++ c typescript node.js'; const ch = 't' const subs = str.substring(str.indexOf(ch) + 1); console.log(subs); /* run: " c++ c typescript node.js" */