This commit is contained in:
louiscklaw
2025-01-31 20:06:14 +08:00
parent cd995ed8bd
commit 5d0883e607
4 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
debugger;
console.log('helloworld' + 1)
for (let i =0; i < 5; i++){
console.log('helloworld' + i)
}