Let's display el.getAttribute("src") again to see that the web address actually changed.
el.getAttribute("src")
Make sure to pick console.log followed by ( and then el.getAttribute("src"), ), ;.
console.log
(
)
;