.push()

Christine_Yang265 total contributions
Published May 23, 2022Updated Dec 21, 2022
Contribute to Docs
The .push()
method adds an element to the back of the queue.
Syntax
The .push()
method is called on a queue using the following syntax:
queueName.push(value);
The value
must be the same data type as queueName
.
Codebyte Example
The codebyte example below uses .push()
to insert several even integers into the even
queue:
All contributors
- Christine_Yang265 total contributions
- garanews209 total contributions
- KyraThompson67 total contributions
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.