Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mouredev/hello-javascript
/ multiply
Function
multiply
Intermediate/00-advanced-functions.js:29–29 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
27
28
// - Retorno implícito
29
const
multiply = (a, b) => a * b
30
console.log(multiply(2, 5))
31
32
// - this léxico
Callers
1
00-advanced-functions.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected