Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/ 07_arrow_closures.js
File
07_arrow_closures.js
public/code/javascript/07_arrow_closures.js:None–None ·
view source on GitHub ↗
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
3
counter
Function · 0.70
log
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected