Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/ greet
Function
greet
public/code/javascript/07_arrow_closures.js:1–1 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
1
const
greet = (name) => `Hello, ${name}!`;
2
3
const
multiply = (a, b) => a * b;
4
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected