Fills elements of array with value from start up to, but not including, end.
Note: This method mutates array.
The array to fill.
The value to fill array with.
Returns array.
_.fill
Optional
Fills elements of array with value from start up to, but not including, end.
Note: This method mutates array.