File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ const sleep = async ( millis ) => {
2+ return new Promise ( ( resolve ) => {
3+ setTimeout ( resolve , millis )
4+ } )
5+ }
Original file line number Diff line number Diff line change 1111| Apply Transform Over Each Element in Array | ✅ |
1212| Filter Elements from Array | ✅ |
1313| Array Reduce Transformation | ✅ |
14- | Function Composition | |
15- | Return Length of Arguments Passed | |
14+ | Function Composition | ✅ |
15+ | Return Length of Arguments Passed | ✅ |
1616| Allow One Function Call | |
1717| Memoize | |
1818| Add Two Promises | |
2323| Cache With Time Limit | |
2424| Debounce | |
2525| Execute Asynchronous Functions in Parallel | |
26- | Is Object Empty | |
26+ | Is Object Empty | ✅ |
2727| Chunk Array | |
2828| Array Prototype Last | |
2929| Group By | |
You can’t perform that action at this time.
0 commit comments