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

Function sayGoodbye

w3/d5/scratch.js:7–9  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

5console.log(sayGoodbye("Jeff"));
6
7const sayGoodbye = function(name) {
8 return `Goodbye ${name}`;
9}

Callers 1

scratch.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected