I need to make a comparison (if) between the value of an input with 2 properties of an object and if they match, enter the system.
function datosPersonal(usuario, correo, dni, contraseña) {
//Objeto Personal
this.usuario = usuario;...
asked by
02.09.2017 / 21:15