@@ -19,7 +19,7 @@ import toInteger from './toInteger.js';
* @returns {Array} Returns the slice of `array`.
*/
functionslice(array,start,end){
varlength=array==null?0:array.length;
constlength=array==null?0:array.length;
if(!length){
return[];
}
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.