We have two ul lists that we will manipulate with the append function:
- Select each li in the list with id list and add a new li after each li.
- Select the list with id list and add a new li to it
- Select each li in the list with id list2 and add a new li with text and index after each li.