Skip to content

Commit 29af4ed

Browse files
authored
Adding the hyperlink for DOM challenges/concepts
1 parent b481f30 commit 29af4ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<div align="center">
2828
<h2>JavaScript Modern Interview Code Challenges by topic</h2>
2929

30-
| Primitives | Functions | Objects | Collections | Async |
31-
| ----------- | ----------- | ----------- | ----------- | --------------- |
32-
| [Concepts](./challenges/primitives-concepts.md#home) | [Concepts](./challenges/functions-concepts.md#home) | [Concepts](./challenges/objects-concepts.md#home) | [Concepts](./challenges/collections-concepts.md#home) | [Concepts](./challenges/async-concepts.md#home) |
33-
| [Challenges](./challenges/primitives-challenges.md#home) | [Challenges](./challenges/functions-challenges.md#home) | [Challenges](./challenges/objects-challenges.md#home) | [Challenges](./challenges/collections-challenges.md#home) | [Challenges](./challenges/async-challenges.md#home) |
30+
| Primitives | Functions | Objects | Collections | Async | DOM |
31+
| ----------- | ----------- | ----------- | ----------- | --------------- | -------------- |
32+
| [Concepts](./challenges/primitives-concepts.md#home) | [Concepts](./challenges/functions-concepts.md#home) | [Concepts](./challenges/objects-concepts.md#home) | [Concepts](./challenges/collections-concepts.md#home) | [Concepts](./challenges/async-concepts.md#home) | [Concepts](./challenges/dom-challenges.md#home) |
33+
| [Challenges](./challenges/primitives-challenges.md#home) | [Challenges](./challenges/functions-challenges.md#home) | [Challenges](./challenges/objects-challenges.md#home) | [Challenges](./challenges/collections-challenges.md#home) | [Challenges](./challenges/async-challenges.md#home) | [Challenges](./challenges/dom-challenges.md#home) |
3434

3535
</div>
3636

0 commit comments

Comments
 (0)