Skip to content

Commit 0259195

Browse files
committed
config loop
1 parent c970319 commit 0259195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js_basics/loop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//loop
22
// for(let i=0;i<=10;i++){
33
// console.log(i);
4-
// }
4+
//}
55

66

77
//break ans continue;

0 commit comments

Comments
 (0)