Skip to content

Commit e26c3e2

Browse files
authored
Update article.md
1 parent 2bc3f20 commit e26c3e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/02-first-steps/12-while-for/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ for (let i = 0; i < 3; i++) {
308308

309309
for (let j = 0; j < 3; j++) {
310310

311-
let input = prompt(`Значения координат (${i},${j})`, '');
311+
let input = prompt(`Значение координат (${i},${j})`, '');
312312

313313
// Что если мы захотим перейти к Done (ниже) прямо отсюда?
314314

0 commit comments

Comments
 (0)