string naskah berisi

const test = 'Hello World';
if (test.includes('World')) { 
  // Found world
}
Spotless Shark