Commit 4c89d3d
committed
fix: replace new Array() with array literal and push in wilcoxon examples
Replace `new Array( 100 )` with `arr = []` and `arr.push()` to comply
with stdlib/no-new-array linting rule. ES5-compatible solution.
Ref: #109431 parent ed4dee6 commit 4c89d3d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments