CANCEL meaning
This commit is contained in:
parent
e01998baf8
commit
ff9972062a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ For every list item:
|
||||||
|
|
||||||
1. Ask a user about its content using `prompt`.
|
1. Ask a user about its content using `prompt`.
|
||||||
2. Create the `<li>` with it and add it to `<ul>`.
|
2. Create the `<li>` with it and add it to `<ul>`.
|
||||||
3. Continue until the user cancels the input (by pressing `key:Esc` or CANCEL in prompt).
|
3. Continue until the user cancels the input (by pressing `key:Esc` or via an empty entry).
|
||||||
|
|
||||||
All elements should be created dynamically.
|
All elements should be created dynamically.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue