When creating an object, the specialty field can only have the values 1, 2 or 3, how can I limit it?
function Sandskill(nom, edad, especialidad, comp){
this.nombre = nom;
this.edad = edad;
this.especialidad = especialidad;...
asked by
14.11.2017 / 15:19