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

Function handleMouseOver

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

Source from the content-addressed store, hash-verified

13 }
14
15 const handleMouseOver = () => {
16 alert("Hey I am a mouse over")
17 }
18
19 const handleChange = (e) => {
20 // setName(e.target.value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected