log prints a value to the results area of the screen. Here, we call it a bunch of times.

Results

for (var i = -5; i < 5; i++)
    log(i);