Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bradtraversy/javascript-sandbox
/
Class
17-iterators-data-structures/09-queues/script.js:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Queue {
2
constructor() {
3
this._items = [];
4
this._count = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected