A.splice(0,A.length)
A = [];
A.length = 0
var list = [1, 2, 3, 4]; function empty() { //empty your array list.length = 0; } empty();