Contact: aviboots(AT)netvision.net.il
41,200 questions
53,701 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 */