Array.prototype.shift

GPTKB entity

Statements (13)
Predicate Object
gptkbp:instance_of gptkb:Footballer
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:superhero
gptkbp:can_be undefined if the array is empty.
gptkbp:community The original array.
gptkbp:duration O(n) due to reindexing.
https://www.w3.org/2000/01/rdf-schema#label Array.prototype.shift
gptkbp:is_described_as Removes the first element from an array and returns that element.
gptkbp:is_similar_to Array.prototype.pop, but removes from the start instead of the end.
gptkbp:is_supported_by All modern browsers.
gptkbp:is_used_for Any array.
gptkbp:part_of Array object in Java Script.
gptkbp:provides_information_on The removed element from the array.