Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 135 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 135 Bytes

Fix the Error

Directions:

The for loop below has an error. Fix it!

for (var k = 0 k < 200 k++) {
  console.log(k);
}