Contact: aviboots(AT)netvision.net.il
41,157 questions
53,647 answers
573 users
let str = 'javascript c++ c typescript node.js'; const ch = '+' str = str.slice(0, str.indexOf(ch)); console.log(str); /* run: "javascript c" */