Last active 1755007273

Revision 3c8163653fa0770452d30bddd6cbf2ae5bb8e654

test.js Raw
1let test = "test";
2
3for (let i = 0; i < 5; i++) {
4 console.log(test);
5}