Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ hello
Function
hello
w2/d1/arrow_functions.js:21–23 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
19
// * store an anon function into a variable
20
21
let
hello =
function
(name) {
22
return
'Hello '
+ name
23
}
24
25
// console.log(hello("Brandon"))
26
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected