MCPcopy 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

1const add = (x, y) => (
2 x + y
3);
4
5export default add;

Callers 1

add.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected