DEV Community

Discussion on: Stacks vs. Queues In JavaScript

Collapse
 
starboysharma profile image
Pankaj Sharma

Hello, first of all thanks for sharing this amazing article. I am new in JS and I understand both concept of Stack and Queue. I am curious to know how to use this method in real world. For Example If I want to search data from an array (Book 3) like your book example which is best way to start search LIFO or FIFO.