MCPcopy Create free account
hub / github.com/dabbott/react-native-express / add5

Function add5

examples/files/javascript/arrowFunctions.js:1–3  ·  view source on GitHub ↗
(myNumber)

Source from the content-addressed store, hash-verified

1const add5 = (myNumber) => {
2 return myNumber + 5
3}
4
5console.log(add5(2))
6

Callers 1

arrowFunctions.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected