DEV Community

Discussion on: Built in data structures in Javascript

Collapse
 
thomasjunkos profile image
Thomas Junkツ

Queue and stack are also available ootb and should be mentioned alongside with push(), pop(), shift() and unshift(). Sorry for the nitpick.

Collapse
 
kartik2406 profile image
Kartik Malik

Yes you are right.