Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ oven
Function
oven
w2/d4/closure.js:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
let
order =
"Id like a pizza with "
;
44
45
function
oven() {
46
return
order + food;
47
}
48
49
return
oven();
// we are returning the return value of invoking the function
50
}
Callers
1
pizzaMaker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected