UNPKG
menu-usuario-pantoja
Version:
latest (0.1.0)
0.1.0
Prueba Javascript
menu-usuario-pantoja
/
pantoja-andres
/
Deber-ingresoDeDatosConMenu
/
datosPersonas.js
15 lines
(13 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const
nombre = [ {
type
:
'text'
, name:
'nombre'
, message:
'Ingrese el nombre'
}, {
type
:
'text'
, name:
'apellido'
, message:
'Ingrese el apellido'
}, ]; module.exports = nombre;