mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Add mutation note to _.fill docs. [ci skip]
This commit is contained in:
@@ -4396,6 +4396,8 @@
|
|||||||
* Fills elements of `array` with `value` from `start` up to, but not
|
* Fills elements of `array` with `value` from `start` up to, but not
|
||||||
* including, `end`.
|
* including, `end`.
|
||||||
*
|
*
|
||||||
|
* **Note:** This method mutates `array`.
|
||||||
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Array} array The array to fill.
|
* @param {Array} array The array to fill.
|
||||||
* @param {*} value The value to fill `array` with.
|
* @param {*} value The value to fill `array` with.
|
||||||
|
|||||||
Reference in New Issue
Block a user