Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
add5 = (myNumber) => {
2
return
myNumber + 5
3
}
4
5
console.log(add5(2))
6
Callers
1
arrowFunctions.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected