Recursive Function Recursive function which will check each item of an array against each other item. It will return true if any items within the array can make up the phrase, otherwise it will return false. Once the phrase has been matched it will stop searching.