What does the following code log?for (var i = 0; i < 3; i++) { setTimeout(() => console.log(i), 100); }