We have two ul lists that we will manipulate with the prepend function:
- Select each li in the list with id list and add a new li before 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 before each li