Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderarmy-notes/mern-stack-course
/ sumbitForm
Function
sumbitForm
04React/Day09/src/Zodform.jsx:24–26 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
22
23
24
function sumbitForm(data){
25
console.log(data);
26
}
27
28
console.log(
"Render"
);
29
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected