Nice! j starts off as 0 at the beginning and goes through the list.
j
0
We move bigger values to the right. So we need to check if the value on the left j is bigger than the value on the right j+1.
j+1