What if we want to extract a 3rd element of a vector that belongs to a list?

Awesome! The first [[2]] indicates the vector element in the list, while the [3] indicates the element we want from that vector.

Didn't we want to extract the third element of the vector belonging to our list?