first-palindrome-returns-empty-string-on-no-match

Status: IN

`firstPalindrome` returns `""` (not `None`) when no palindromic string exists, and handles an empty input list correctly by falling through the loop.

Source: entries/2026/06/06/find-first-palindromic-string-in-the-array-solution.md

JSON