Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderarmy-notes/mern-stack-course
/ increment
Function
increment
04React/Day06.1/app.js:12–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
function
increment() {
13
count=0;
14
render();
15
}
16
17
function
decrement() {
18
count--;
Callers
nothing calls this directly
Calls
1
render
Function · 0.85
Tested by
no test coverage detected