What does this JavaScript print?for (let i = 0; i < 3; i++) {\n setTimeout(() => console.log(i), 0);\n}