Array.prototype.pop

GPTKB entity

Statements (13)
Predicate Object
gptkbp:instance_of gptkb:Footballer
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:superhero
gptkbp:community the original array
https://www.w3.org/2000/01/rdf-schema#label Array.prototype.pop
gptkbp:is_available_on any array instance
gptkbp:is_part_of gptkb:Library
gptkbp:is_similar_to Array.prototype.shift (but for the last element)
gptkbp:is_used_to remove the last element from an array
gptkbp:provides_information_on the last element of an array
undefined if the array is empty
gptkbp:technique gptkb:computer
gptkbp:travel_time O(1)