JSFiddle - React, Tailwind, and code Playground by Edgar Martinez February 19, 2019 JavaScript var imageList = [100,200,300,400,500]; var index = imageList.indexOf(400); alert(index);