2
I have a very simplistic example of code. Segue Ex.:
for(var i = 0; i < 5; i++){
  console.log("alguma coisa");
}In the Chrome Devtools does not appear well the output I expected, the output is something analogous to the representation of the amount of times the output performed, followed by the output itself. Ex.: 5 alguma coisa 
You can change this pattern?
The best way is the one that works, and it worked. thanks!
– Lucas Inácio
Please, it is a pleasure to help. : D
– Will