Skip to content
Merged
4 changes: 2 additions & 2 deletions 1-js/02-first-steps/13-while-for/1-loop-last-value/task.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,9 +2,9 @@ importance: 3

---

# Last loop value
# Останнє значення циклу

What is the last value alerted by this code? Why?
Яке останнє значення буде виведено на екран? Чому?

```js
let i = 3;
Expand Down
Loading