File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,37 +10,37 @@ npm i mdn-polyfills --save
10
10
11
11
# Polyfills
12
12
13
- ## [ Object.assign] ( https://developer.mozilla.org/pl /docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill )
13
+ ## [ Object.assign] ( https://developer.mozilla.org/en /docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill )
14
14
15
15
``` js
16
16
import ' mdn-polyfills/Object.assign' ;
17
17
```
18
18
19
- ## [ Array.prototype.find] ( https://developer.mozilla.org/pl /docs/Web/JavaScript/Referencje/Obiekty /Array/find#Polyfill )
19
+ ## [ Array.prototype.find] ( https://developer.mozilla.org/en /docs/Web/JavaScript/Reference/Global_Objects /Array/find?v=control #Polyfill )
20
20
21
21
``` js
22
22
import ' mdn-polyfills/Array.prototype.find' ;
23
23
```
24
24
25
- ## [ Array.prototype.from] ( https://developer.mozilla.org/pl /docs/Web/JavaScript/Referencje/Obiekty /Array/from#Polyfill )
25
+ ## [ Array.prototype.from] ( https://developer.mozilla.org/en /docs/Web/JavaScript/Reference/Global_Objects /Array/from?v=control #Polyfill )
26
26
27
27
``` js
28
28
import ' mdn-polyfills/Array.prototype.from' ;
29
29
```
30
30
31
- ## [ Array.prototype.forEach] ( https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach#Polyfill )
31
+ ## [ Array.prototype.forEach] ( https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach?v=control #Polyfill )
32
32
33
33
``` js
34
34
import ' mdn-polyfills/Array.prototype.forEach' ;
35
35
```
36
36
37
- ## [ Array.prototype.filter] ( https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#Polyfill )
37
+ ## [ Array.prototype.filter] ( https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/filter?v=control #Polyfill )
38
38
39
39
``` js
40
40
import ' mdn-polyfills/Array.prototype.filter' ;
41
41
```
42
42
43
- ## [ Array.prototype.includes] ( https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/includes#Polyfill )
43
+ ## [ Array.prototype.includes] ( https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/includes?v=control #Polyfill )
44
44
45
45
``` js
46
46
import ' mdn-polyfills/Array.prototype.includes' ;
You can’t perform that action at this time.
0 commit comments