Let's take a look at how that works in our code.

Nice! j starts off as 0 at the beginning and goes through the list.

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.