Contact: aviboots(AT)netvision.net.il
42,236 questions
54,956 answers
573 users
let arr = [1, 2, 3, 4, 5, 6, 7]; arr.pop(); console.log(arr); /* run: [1, 2, 3, 4, 5, 6] */