MCPcopy 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

1const greet = (name) => `Hello, ${name}!`;
2
3const multiply = (a, b) => a * b;
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected