Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kdchang/reactjs101
/ add
Function
add
Appendix03/react-mocha-test-example/src/modules/add.js:1–3 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
1
const
add = (x, y) => (
2
x + y
3
);
4
5
export
default add;
Callers
1
add.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected