@@ -16,7 +16,7 @@ import isIterateeCall from './.internal/isIterateeCall.js';
* @returns {Array} Returns `array`.
* @example
*
* var array = [1, 2, 3];
* const array = [1, 2, 3];
*
* fill(array, 'a');
* console.log(array);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.