If I wanted to to cycle through an array that looked like this:
Array(“Red”, “Blue”, “orange”, “green”, “Silver”, “Black”, “Yellow”, “Peach”)
how would my code look if I wanted to only display three at a time. what would the code look like for a next and a previous button to see the next three and the previous three?