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

Function multiplica

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

Source from the content-addressed store, hash-verified

3}
4
5function multiplica(a, b) {
6 return a * b
7}
8
9function eleva(a, b) {
10 return a ** b

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected