MCPcopy
hub / github.com/mouredev/hello-javascript / mult

Function mult

Basic/16-functions.js:69–71  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

67// Retorno de valores
68
69function mult(a, b) {
70 return a * b
71}
72
73let result = mult(5, 10)
74console.log(result)

Callers 1

16-functions.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected