Skip to content

Commit fc4f605

Browse files
Update and rename docs/raw_infinite_for_loops.md to docs/JavaScript/loops/raw_for_loops.md
1 parent 7e41625 commit fc4f605

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
An infinite for loop is a loop that runs synchronously (operating).
2+
3+
Here is a code snippet of it.
4+
5+
``` ts
6+
for (;;) {
7+
// Add code here
8+
}
9+
```

docs/raw_infinite_for_loops.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)