import React, { useState } from 'react'; function randCode(){ // const [ranNumArr,setRanNumArr] = useState([]); const min = 1; const max = 99999; let newNum = Math.floor((Math.random()*max)+min); // for (let i=0;i