Travis build: 391
This commit is contained in:
@ -10,5 +10,5 @@ const initializeArrayWithValues = (n, value = 0) => Array(n).fill(value);
|
||||
```
|
||||
|
||||
```js
|
||||
initializeArrayWithValues(5, 2) // [2,2,2,2,2]
|
||||
initializeArrayWithValues(5, 2); // [2,2,2,2,2]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user