Key rules: • Use .length to see the size of your list. • Use push to add items to the end. • Use pop to remove the last item. • Use unshift to add items to the start. • Use shift to remove the first ...