Which of the following is not a way to implement a queue in JavaScript?
A. Using an array
B. Using a linked list
C. Using an object
D. Using a binary search tree
This question is part of this quiz :