Contact: aviboots(AT)netvision.net.il
28,263 questions
36,905 answers
573 users
const obj = { lang1: 'typescript', lang2: 'c', lang3: 'python', }; const st = new Set([obj, {lang4: 'php'}]); console.log(st.has(obj)); /* run: true */