MCPcopy Index your code
hub / github.com/mouredev/hello-javascript / sum

Function sum

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

Source from the content-addressed store, hash-verified

46// Parámetros
47
48function sum(a, b) {
49 console.log(a + b)
50}
51
52sum(5, 10)
53sum(5)

Callers 1

16-functions.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected