```javascriptconst judul = Kuasai Pola Teks dengan Mudah;const regex = /(Kuasai|Pola|Teks|Mudah)/g;const matches = judul.match(regex);if (matches && matches.length > 2) { console.log(matches.join(

Press Enter to search