Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ hello
Function
hello
w3/d1/string-interpolation.js:31–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
// * can imbedded function/expressions
30
// * because they evaluate to their return
31
let
hello = () =>
"hello"
;
32
33
let
names = [
'celebi'
,
'pumpkin'
,
'mochi'
,
'jazz'
];
34
Callers
1
string-interpolation.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected