Skip to content

Commit fbb9f4c

Browse files
committed
save first algorithm
1 parent a2cc88d commit fbb9f4c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

print1To255.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
3+
function print1To22() {
4+
for(i=1;i<256;i++) {
5+
console.log(i);
6+
}
7+
}
8+
9+
10+
print1To255();

0 commit comments

Comments
 (0)