Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/betomoedano/JavaScript-Coding-Interview-Questions
/ triple-stack.js
File
triple-stack.js
stacks/triple-stack.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
"use strict"
;
2
3
/**
4
* TripleStack
class
holds 3 stacks in one array. This is done by interleaving
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected