Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderarmy-notes/mern-stack-course
/ handleRestart
Function
handleRestart
04React/Day08/src/Video.jsx:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
16
17
function handleRestart(){
18
videoRef.current.currentTime = 0;
19
}
20
21
return(
22
<>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected