DEV Community

Cheryl Jackson
Cheryl Jackson

Posted on

Help

Please create a pseudocode function that will check if all the words in an array are palindromes. For example, an input of ['racecar', 'noon', 'civic'] should return True, but an input of ['racecar', 'shoe', 'moon'] should return False.

Top comments (0)