MCPcopy 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
72console.log(sayHello2());// THIS DOES WORK WILL NOT THROW ERROR
73function sayHello2(){
74 return 'hello';
75}
76// let sayHello = function (){
77// return 'hello';
78// }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected