The order
property is used to move one item to a different position in the list.
In this exercise, you'll use order to move the items in the list. Follow the steps below to complete this exercise:
- Look at the First list of countries. Then look at the solution displayed to the side. Find the differences between the two lists.
- Use
order
to make the list of countries on the left look like the ones on the right.
Remember: if you forgot how to use the
order
property, you can always: