When I have the following:
var anyn = [1,2,3,4,5,6,7,8,9,10];
function hacerAlgo(elemento) {
console.log(elemento)
}
anyn.forEach(hacerAlgo);
I know it works like this, but I want to know why and how this is called, I would like more ex...
asked by
25.05.2017 / 04:48