At the moment you can only insert list items at the end of the list by using index -1. Need to add code to work with other indexes like 2 to show that you want the item added to the second place in the list.
At the moment you can only insert list items at the end of the list by using index -1.
Need to add code to work with other indexes like 2 to show that you want the item added to the second place in the list.