Skip to content

Latest commit

 

History

History

quiz-13

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Fix the Error

Directions:

The for loop below has an error. Fix it!

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