MCPcopy Create free account
hub / github.com/appacademy/Module-1-Resources / arrowHello

Function arrowHello

w2/d1/arrow_functions.js:28–31  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

26
27
28let arrowHello = (name) => {
29 let res = "Hello " + name
30 return res;
31}
32
33// console.log(arrowHello("Brandon"))
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected