I was thinking about doing an array to make my current string.includes() || string.includes()... code shorter, as checking for many words can make that list long, but I couldn't find an easy way to replicate this with array.
array.includes(string) only seems to check is the string specifically that, so if there's something else in that string too it wont work, which is pretty much the opposite of what I'm trying to do.
Help much appreciated.