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

Function eleva

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

Source from the content-addressed store, hash-verified

7}
8
9function eleva(a, b) {
10 return a ** b
11}
12
13function factorial(a) {
14 // Factorial de 5: 5 * 4 * 3 * 2 * 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected