Contact: aviboots(AT)netvision.net.il
39,855 questions
51,776 answers
573 users
const str = 'node.js c c++'; const ch = 's'; console.log(str.includes(ch)); console.log(str.includes('N')); /* run: true false */