Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function
suma(a, b) {
2
return
a + b
3
}
4
5
function
multiplica(a, b) {
6
return
a * b
Callers
1
index.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected