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