Skip to content

Commit 4b56ce1

Browse files
const for of sapa
1 parent 1148d6e commit 4b56ce1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
File renamed without changes.

loops/for/for.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ for (let i = 1; i <= 12; i++) {
5252
console.log("number" + i);
5353
}
5454

55-
// NOTE - the looop above can be used to solve multiplication tables stuffs
55+
// NOTE - the loop above can be used to solve multiplication tables stuffs

loops/readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# LOOPS & HIGHER ORDER ARRAY METHODS.

0 commit comments

Comments
 (0)