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

Function defaultSum

Basic/16-functions.js:56–58  ·  view source on GitHub ↗
(a = 0, b = 0)

Source from the content-addressed store, hash-verified

54sum()
55
56function defaultSum(a = 0, b = 0) {
57 console.log(a + b)
58}
59
60// Por defecto
61

Callers 1

16-functions.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected