MCPcopy Create free account
hub / github.com/codemistic/Web-Development / index.js

File index.js

Music App/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1let now_playing = document.querySelector('.now-playing');
2let track_art = document.querySelector('.track-art');
3let track_name = document.querySelector('.track-name');
4let track_artist = document.querySelector('.track-artist');

Callers

nothing calls this directly

Calls 1

loadTrackFunction · 0.85

Tested by

no test coverage detected