UNPKG

menu-usuario-pantoja

Version:

Prueba Javascript

15 lines (13 loc) 261 B
const numeros = [ { type: 'number', name: 'numero1', message: 'Ingrese el primer numero' }, { type: 'number', name: 'numero2', message: 'Ingrese el segundo numero' }, ]; module.exports = numeros;