File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
2-ui/1-document/07-modifying-document/6-create-list Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ importance: 4
22
33---
44
5- # Create a list
5+ # Bir Liste Olustur
66
7- Write an interface to create a list from user input .
7+ Kullanıcı girdisinden bir liste oluşturmak için bir arayüz yazın .
88
9- For every list item :
9+ Her liste maddesi için :
1010
11- 1 . Ask a user about its content using ` prompt ` .
12- 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).
11+ 1 . 'Komut istem'( ` prompt ` )i kullanarak bir kullanıcıya içeriği hakkında sorun .
12+ 2.Onunla ` <li> ` yi yarat ve onu ` <ul> ` ye ekle. Create the ` <li> ` with it and add it to ` <ul> ` .
13+ 3 . Kullanıcı girişi iptal edene kadar devam edin (komut isteminde ` tuş :Esc` veya CANCEL'a basarak).
1414
15- All elements should be created dynamically .
15+ Tüm elenetler dinamik olarak oluşturulmalıdır .
1616
17- If a user types HTML- tags, they should be treated like a text .
17+ Eğer bir kullanıcı HTML etiketleri( tags) yazıyorsa, metin gibi davranılmalıdır .
1818
1919[ demo src="solution"]
You can’t perform that action at this time.
0 commit comments