Skip to content

Commit 36fcc9f

Browse files
committed
Упражнение
1 parent 755974b commit 36fcc9f

File tree

1 file changed

+4
-4
lines changed
  • 6-data-storage/02-localstorage/1-form-autosave

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

2-
# Autosave a form field
2+
# Автосохранение поля формы
33

4-
Create a `textarea` field that "autosaves" its value on every change.
4+
Создайте поле `textarea`, значение которого будет автоматически сохраняться при каждом его изменении.
55

6-
So, if the user occasionally closes the page, and opens it again, he'll find his unfinished input at place.
6+
Когда пользователь закроет страницу и потом откроет ее заново он должен увидеть последнее введенное значение.
77

8-
Like this:
8+
Например:
99

1010
[iframe src="solution" height=120]

0 commit comments

Comments
 (0)