UNPKG
reno-lib-1
Version:
latest (2.2.0)
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
Lbreria de fundamentos
reno-lib-1
/
lib
/
multiplicacion.js
4 lines
(3 loc)
•
87 B
JavaScript
View Raw
1
2
3
4
module
.
exports
=
function
(
numeroUno,numeroDos
){
return
numeroUno * numeroDos; }