My code is:
const [c, setC] = useState(1); const [speed, setSpeed] = useState(1000); const intervalRef = useRef() useEffect(() => { intervalRef.