Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ jukebox.js
File
jukebox.js
chapter07/7.03 - Jukebox/jukebox.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
Player =
function
() {
2
this.songQueue = [];
3
this.currentSong = null;
4
};
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected