Create a pseudocode function that will check if all word in an array are palindrome. Example an input of [‘racecar’,’noon’,’civic’] should return true. But an input of [‘racecar’,’show’,’moon’] should return false