Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/Sigma-Web-Dev-Course
/ handleChange
Function
handleChange
Video 114/src/App.jsx:57–59 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
55
}
56
57
const handleChange= (e)=>{
58
setTodo(e.target.value)
59
}
60
61
const handleCheckbox = (e) => {
62
let id = e.target.name;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected