2025SELab2-project-Dwengo/test.ts
2025-02-28 21:13:26 +01:00

9 lines
150 B
TypeScript

async function test_Function() {
return 1+1;
}
for (let index = 0; index < 100; index++) {
await test_Function();
let a = "test";
}