Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ sayHello2
Function
sayHello2
w1/d3/function-expressions.js:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
console.log(sayHello2());
// THIS DOES WORK WILL NOT THROW ERROR
73
function
sayHello2(){
74
return
'hello'
;
75
}
76
// let sayHello = function (){
77
// return 'hello';
78
// }
Callers
1
function-expressions.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected