Interprete Javascript Online Gratuito function testaCodice(object) { var i; for (i = 0; i < object.length; i++) { console.log("N. " + object[i]); } }