Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ implicit
Function
implicit
w2/d1/arrow_functions.js:46–46 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
44
45
// singular args do not need to wrapped in parens
46
let
implicit = (name) =>
"Hello "
+ name;
47
48
// console.log(implicit("maica"))
49
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected