arr = []; // set array=[] //function const empty = arr => arr.length = 0; //example var arr= [1,2,3,4,5]; empty(arr) // arr=[]