MCPcopy 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

1var Player = function() {
2 this.songQueue = [];
3 this.currentSong = null;
4};

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected