MCPcopy 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
31let hello = () => "hello";
32
33let names = ['celebi', 'pumpkin', 'mochi', 'jazz'];
34

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected