Contact: aviboots(AT)netvision.net.il
39,872 questions
51,796 answers
573 users
const s = "node.js php c++ c node.js"; if (s.startsWith("node.js") && s.endsWith("node.js")) console.log("yes"); else console.log("no"); /* run: yes */