Introduction
We use indexing to get specific items from a list or string. It helps us find the first, last, or any element easily.
You want to get the first name from a list of names.
You need the last character of a word.
You want to find the third item in a shopping list.
You want to check the first or last element in an array quickly.