Sunday, March 11, 2012

queue/dequeue

These are methods on Array. In JavaScript every array can be treated like an ArrayList (add/remove methods), a Stack (push/pop methods) or a Queue (queue/dequeue methods).

A data table is essentially returned as an array. I suspect you are looking at the members of the returned array.

No comments:

Post a Comment