MCPcopy 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
12function increment() {
13 count=0;
14 render();
15}
16
17function decrement() {
18 count--;

Callers

nothing calls this directly

Calls 1

renderFunction · 0.85

Tested by

no test coverage detected