Skip to content

Commit 15a0c13

Browse files
committed
Merge branch 'master' of github.com:javascript-tutorial/en.javascript.info into sync-d4b3c135
2 parents 44d41ab + d4b3c13 commit 15a0c13

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/07-modifying-document/6-create-list

1 file changed

+1
-1
lines changed

2-ui/1-document/07-modifying-document/6-create-list/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For every list item:
1010

1111
1. Ask a user about its content using `prompt`.
1212
2. Create the `<li>` with it and add it to `<ul>`.
13-
3. Continue until the user cancels the input (by pressing `key:Esc` or CANCEL in prompt).
13+
3. Continue until the user cancels the input (by pressing `key:Esc` or via an empty entry).
1414

1515
All elements should be created dynamically.
1616

0 commit comments

Comments
 (0)