update,
This commit is contained in:
7
hello_for_loop.js
Normal file
7
hello_for_loop.js
Normal file
@@ -0,0 +1,7 @@
|
||||
debugger;
|
||||
|
||||
console.log('helloworld' + 1)
|
||||
|
||||
for (let i =0; i < 5; i++){
|
||||
console.log('helloworld' + i)
|
||||
}
|
Reference in New Issue
Block a user