MCPcopy Create free account
hub / github.com/Open-Bootcamp/JavaScript-Basico / suma

Function suma

sesion-10-modulos/modulos/matematicas.js:1–3  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

1function suma(a, b) {
2 return a + b
3}
4
5function multiplica(a, b) {
6 return a * b

Callers 1

index.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected