Bug Report for https://neetcode.io/problems/find-lucky-integer-in-an-array Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. For arr = [2,2,3,4] the output should be 1 but output expected is 2.