Carousel Slideshow - Alexandra Ferrante

by hlmurray91

HTML

<div id="js-slideshow">
  <img src="http://placehold.it/350x150.png&text=1">
  <img src="http://placehold.it/350x150.png&text=2">
  <img src="http://placehold.it/350x150.png&text=3">
  <img src="http://placehold.it/350x150.png&text=4">
</div>

JavaScript

/**
 * Exercise:
 * Show only one image at a time and every
 * 2.5 seconds show the next image. When the
 * image list is exhausted, loop around to
 * the first.
 */