Skip to content

Commit c828b6e

Browse files
committed
update
1 parent e377010 commit c828b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Class-8/for-loops.ts renamed to Class-8/for-loop.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ for (let i = 0; i < dataLength; i++) {
4848

4949
}
5050

51-
console.log(dataLength);
51+
console.log(dataLength);

0 commit comments

Comments
 (0)