OneCompiler

Guess Output

87

What will be output

for (var i = 0; i < 3; i++) {
    setTimeout(() => console.log(i), 1000);
}