Skip to content

Commit 5ad1438

Browse files
Fix conflicts lists-and-keys.md
1 parent 4631ddb commit 5ad1438

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/lists-and-keys.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ const listItems = numbers.map((number) =>
3333
);
3434
```
3535

36-
<<<<<<< HEAD
37-
हम पुरे `listItems` array को `<ul>` एलिमेंट में शामिल करके इसे [DOM में रेंडर करते हैं](/docs/rendering-elements.html#rendering-an-element-into-the-dom):
38-
=======
39-
Then, we can include the entire `listItems` array inside a `<ul>` element:
40-
>>>>>>> 707f22d25f5b343a2e5e063877f1fc97cb1f48a1
36+
फिर, हम पुरे `listItems` array को `<ul>` एलिमेंट में शामिल कर सकते हैं:
4137

4238
```javascript{2}
4339
<ul>{listItems}</ul>

0 commit comments

Comments
 (0)