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