const str = "hi, there" const res = str.includes("hello") || str.includes("hi") || str.includes('howdy'); console.log(res); // true
if (Type == 2 && (PageCount == 0 || PageCount == '')) {