LeetCode > Useful Terms/Functions > Flashcards
enumerate(list)
when looping through arrays/list, using enumerate will give you list index as well as list item