diff --git a/08_Day_Objects/08_day_objects.md b/08_Day_Objects/08_day_objects.md index de91f2f..6765257 100644 --- a/08_Day_Objects/08_day_objects.md +++ b/08_Day_Objects/08_day_objects.md @@ -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 ```