Code the correct snippets.
Make sure to pick var i = 0;, followed by i < times;, and finally i++.
var i = 0;
i < times;
i++