La tontuna del día
soulchainer at
«Cuando haces pop, ya no hay stop».
var pringles = ["pop"];
while (true) {
console.log(pringles.pop());
pringles.push("pop");
}
soulchainer at
«Cuando haces pop, ya no hay stop».
var pringles = ["pop"];
while (true) {
console.log(pringles.pop());
pringles.push("pop");
}