Mental Model
You start at the first position and want to reach the last by jumping forward. Each number tells you the max steps you can jump from there.
Analogy: Imagine standing on stepping stones across a river. Each stone has a number showing how far you can jump forward. You want to see if you can reach the last stone without falling.
Index: 0 1 2 3 4 Array: [2] [3] [1] [1] [4] Start ↑