pop and remove from javascript array code example Example: js array.pop let cats = ['Bob', 'Willy', 'Mini']; cats.pop(); // ['Bob', 'Willy']