Skip to content

Commit 083477c

Browse files
Updated badges
1 parent f7cbfbd commit 083477c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The challenge started on May 5, LeetCode selected one JavaScript problem to tack
1212
| 4 | ``Basic Array Transforms`` | [Apply Transform Over Each Element in Array](2747-apply-transform-over-each-element-in-array) | [Solution](2747-apply-transform-over-each-element-in-array/2747-apply-transform-over-each-element-in-array.js) |<img src="https://img.shields.io/badge/Easy-brightgreen" alt="Easy" /> |
1313
| 5 | `Basic Array Transforms` | [Filter Elements from Array](2634-filter-elements-from-array) | [Solution](2634-filter-elements-from-array/2634-filter-elements-from-array.js) |<img src="https://img.shields.io/badge/Easy-brightgreen" alt="Easy" /> |
1414
| 6 | `Basic Array Transforms` | [Array Reduce Transformation](2626-array-reduce-transformation) | [Solution](2626-array-reduce-transformation/2626-array-reduce-transformation.js) |<img src="https://img.shields.io/badge/Easy-brightgreen" alt="Easy" /> |
15-
| 7 | `Function input and Output` | [Function Composition](2629-function-composition) | [Solution](2629-function-composition/2629-function-composition.js) |<img src="https://img.shields.io/badge/Medium-FECC00" alt="Medium" /> |
15+
| 7 | `Function input and Output` | [Function Composition](2629-function-composition) | [Solution](2629-function-composition/2629-function-composition.js) |<img src="https://img.shields.io/badge/Easy-brightgreen" alt="Easy" /> |
1616
| 8 | `Function input and Output` | [Allow One Function Call](2666-allow-one-function-call) | [Solution](2666-allow-one-function-call/2666-allow-one-function-call.js) |<img src="https://img.shields.io/badge/Easy-brightgreen" alt="Easy" /> |
1717
| 9 | `Function input and Output` | [Memoize](2623-memoize) | [Solution](2623-memoize/2623-memoize.js) |<img src="https://img.shields.io/badge/Medium-FECC00" alt="Medium" /> |
1818
| 10 | `Function input and Output` | [Curry](2632-curry) | [Solution](2632-curry/2632-curry.js) |<img src="https://img.shields.io/badge/Medium-FECC00" alt="Medium" /> |

0 commit comments

Comments
 (0)