UNPKG
menu-usuario-pantoja
Version:
latest (0.1.0)
0.1.0
Prueba Javascript
menu-usuario-pantoja
/
repoRepasoWeb
/
repasoprueba
/
repaso
/
ingresoDeNumeros.js
15 lines
(13 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const
numeros = [ {
type
:
'number'
, name:
'numero1'
, message:
'Ingrese el primer numero'
}, {
type
:
'number'
, name:
'numero2'
, message:
'Ingrese el segundo numero'
}, ]; module.exports = numeros;