how do I make my index in javascript start from 1 instead of 0?

I am trying to match my input to the index and I want to know how to match my input 1 to index 0?

I tried using accessing it through for loop but it keeps matching the index 0 and not 1. Iam trying to loop through an array of movie title. Do I need to try something else?