Complete the for loop.
for
Make sure to pick var i = -5 followed by ; and then i < 0, ;, i++.
var i = -5
;
i < 0
i++