Issue regarding the concept of nextInLine in Javascript

  Kiến thức lập trình

I have recently started learning Javascript, and came across the concept of nextInLine function. Upon reading about it I found out that it is a defined function which basically takes a queue and an item as arguments and returns the deleted element from the queue.

But my question is can’t any other function with a different name be used for the same purpose, and if yes why is nextInLine said to be a defined function in javascript?

1

LEAVE A COMMENT