Fix typo in 08_day_objects.md

pull/194/head
JesseZhang97 4 years ago
parent 07143be3b7
commit a58c9066e6

@ -163,7 +163,7 @@ if (true){
for(let i = 0; i < 3; i++){
console.log(i) // 1, 2, 3
}
// console.log(i), Uncaught ReferenceError: gravity is not defined
// console.log(i), Uncaught ReferenceError: i is not defined
```

Loading…
Cancel
Save