JavaScript array pop ()

const fruits = ["Banana", "Orange", "Apple", "Mango"];
fruits.pop();
naly moslih