Skip to content

Commit 393ee14

Browse files
committed
Add links
1 parent 746ba74 commit 393ee14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

JavaScript/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Collections in JavaScript
2+
3+
- Array - https://github.com/HowProgrammingWorks/DataStructures
4+
- Object - https://github.com/HowProgrammingWorks/DataTypes
5+
- Map, WeakMap - https://github.com/HowProgrammingWorks/Map
6+
- Set, WeakSet - https://github.com/HowProgrammingWorks/Set
7+
- List - https://github.com/HowProgrammingWorks/LinkedList
8+
- Stack, Queue, Dequeue - https://github.com/HowProgrammingWorks/Dequeue

0 commit comments

Comments
 (0)