var a = {
edades = [12,15,16,2,12,45,60,15]
};
for(var i=0;i<a;i++) {
console.log("Soy:" +i);
}
As a story if there are repeated numbers in array ages, and if they repeat only execute the instructions once (but only for that...
asked by
21.07.2017 / 05:52