Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/
Class
Data-Structures/Stack/StackES6.js:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
// Class declaration
12
class
Stack {
13
constructor() {
14
this.stack = []
15
this.top = 0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected