JavaScript can change HTML content.
In this case JavaScript changes the value of the src (source) attribute of an image.
Changing the style of an HTML element, is a variant of changing an HTML attribute:
JavaScript can change the style of an HTML element.
Hiding/showing HTML elements can be done by changing the display style:
JavaScript can hide and show HTML elements.