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

File detalles.js

sesion-10-modulos/detalles.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function factorial(a) {
2 // Factorial de 5: 5 * 4 * 3 * 2 * 1
3 let factorial = 1;
4 for (let i = 2; i <= a; i++) {

Callers

nothing calls this directly

Calls 1

factorialFunction · 0.70

Tested by

no test coverage detected