Skip to content

Commit d930a10

Browse files
authored
readme updated
1 parent ecce8e3 commit d930a10

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
@@ -52,6 +52,14 @@ node 01_createHelloWorldFunction.js
5252
#### [16. Promise Time Limit](./16_promiseTimeLimit.js)
5353
#### [17. Cache With Time Limit](./17_cacheWithTimeLimit.js)
5454
#### [18. Debounce](./18_debounce.js)
55+
#### [19. Execute Asynchronous Functions in Parallel](./19_executeAsynchronousFunctionsInParallel.js)
56+
57+
## `JSON`
58+
#### [20. Is Object Empty](./20_isObjectEmpty.js)
59+
#### [21. Chunk Array](./21_chunkArray.js)
60+
#### [22. Array Prototype Last](./22_arrayPrototypeLast.js)
61+
#### [23. Group By](./23_groupBy.js)
62+
#### [24. Sort By](./24_sortBy.js)
5563

5664

5765
<br />

0 commit comments

Comments
 (0)