in an array which filter should i use to find the ith element

Options

in an array retrieved from filter a db i want to get the ith element. Which filter should I use? I have seen entries findIndex, not sure.

Answers