Intern — Middle
Check for the presence of words from the list in the provided text
livecode
Task condition
Given an array of words. Write a function that takes a string of text and checks whether it contains at least one word from the specified array. If such a word is found, the function should return True; otherwise, False.