queueJs.md

1
In Computer Science a queue is an abstract Data Structure where items are kept in order. New items can be added at the back of the queue and old items
    are taken off from the front of the queue. Here's a example:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
A simple JS queue

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.