8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb0bfd commit 385e9aaCopy full SHA for 385e9aa
README.md
@@ -50,3 +50,13 @@ Practices Coding Problems in JavaScript
50
- Subarray with given Sum
51
- Move all the negative elements to one side of the array
52
- Find the Union and Intersection of the two sorted arrays
53
+
54
+### [Polyfill in JS ➥](/code-challenges/03-polyfill)
55
+ - Polyfill of Array Method: forEach()
56
+ - Polyfill of Array Method: Map()
57
+ - Polyfill of Array Method: Reduce()
58
+ - Polyfill of Array Method: Filter()
59
+ - Polyfill of Array Method: splice()
60
+ - Polyfill of call()
61
+ - Polyfill of bind()
62
+ - Polyfill of apply()
0 commit comments