andiamo sui cartoons


codice:
var nose = 1;
var statements = ['...', '...', ... ]

for (s in statements) {
   if (!statements[s]) {
      nose += 10;
   }
   else {
       if (nose > 1) nose -= 10;
   }
}