Skip to content

Commit 6e6ba32

Browse files
committed
commit
1 parent f0ef0be commit 6e6ba32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"index.js":"function countToFive() {\n let firstFive = \"12345\";\n let len = firstFive.length;\n // Fix the line below\n for (let i = 0; i < len; i++) {\n // Do not alter code below this line\n console.log(firstFive[i]);\n }\n}\n\ncountToFive();"}

0 commit comments

Comments
 (0)