pop Method

Removes the front-most element off of the queue and returns it.

pop(): undefined | T

Returns - undefined | T

The front-most element, or undefined if the queue is empty.

Defined in

Last Updated: 11 June, 2024