(Describe what the feature is)
(Describe at a high level how the feature was implemented)
(Describe what parts of the site are impacted andifcode touched other areas)
var videos = document.querySelectorAll('video'); | |
videos.forEach(video => { | |
console.log(video.src); | |
}); |