Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
console.log(sayGoodbye(
"Jeff"
));
6
7
const
sayGoodbye =
function
(name) {
8
return
`Goodbye ${name}`;
9
}
Callers
1
scratch.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected