MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / handleClick

Function handleClick

Video 112/src/App.jsx:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 const [form, setForm] = useState({})
10
11 const handleClick = () => {
12 alert("Hey I am clicked")
13 }
14
15 const handleMouseOver = () => {
16 alert("Hey I am a mouse over")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected