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/Form.jsx:8–10 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
6
7
8
function sumbitForm(data){
9
console.log(data);
10
}
11
12
console.log(
"Render"
);
13
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected