Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ foo
Function
foo
w3/d1/lecture.js:3–7 ·
view source on GitHub ↗
(word)
Source
from the content-addressed store, hash-verified
1
2
3
function
foo(word) {
4
debugger;
5
console.log(word);
6
bar(
"barber"
);
7
}
8
9
function
bar(word) {
10
debugger;
Callers
nothing calls this directly
Calls
1
bar
Function · 0.70
Tested by
no test coverage detected