log prints a value to the results area of the screen. Here, we call it a bunch of times.
log
for (var i = -5; i < 5; i++) log(i);