{this.props.categories.map((items , index)=>{ <option key{index}>{items.categoryName} </option> })} //// created by Aqdas