Files
learn_enough_javascript_cod…/Listing_11.1.js
T
2022-01-12 14:58:42 -08:00

4 lines
72 B
JavaScript

function activateGallery() {
alert("Hello from the gallery file!");
}