Language GuideBuilt-in TypesArrayMethodspopOn this pagepopRemove an element from the back of the array. [1,2,3].pop(); // [1,2] Syntax pop() Returns The popped element.