MCPcopy
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
29const multiply = (a, b) => a * b
30console.log(multiply(2, 5))
31
32// - this léxico

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected