Skip to content

Commit 6520302

Browse files
authored
readme updated
1 parent 4e89f6e commit 6520302

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ node 01_createHelloWorldFunction.js
6060
#### [22. Array Prototype Last](./22_arrayPrototypeLast.js)
6161
#### [23. Group By](./23_groupBy.js)
6262
#### [24. Sort By](./24_sortBy.js)
63+
#### [25. Join Two Arrays by ID](.25_joinTwoArraysById.js)
64+
#### [26. Flatten Deeply Nested Array](./26_flattenDeeplyNestedArray.js)
65+
#### [26. Compact Object](./27_compactObject.js)
66+
67+
## `Classes`
68+
#### [28. Event Emitter](./28_eventEmitter.js)
69+
#### [29. Array Wrapper](./29_arrayWrapper.js)
70+
#### [30. Calculator with Method Chaining](./30_calculatorWithMethodChaining.js)
6371

6472

6573
<br />

0 commit comments

Comments
 (0)