Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bradtraversy/vanillawebprojects
/ loadSong
Function
loadSong
music-player/script.js:24–28 ·
view source on GitHub ↗
(song)
Source
from the content-addressed store, hash-verified
22
23
// Update song details
24
function
loadSong(song) {
25
title.innerText = song;
26
audio.src = `music/${song}.mp3`;
27
cover.src = `images/${song}.jpg`;
28
}
29
30
// Play song
31
function
playSong() {
Callers
3
script.js
File · 0.85
prevSong
Function · 0.85
nextSong
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected