Skip to content

Commit

Permalink
updates!
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwidner committed Nov 10, 2023
1 parent 238dd49 commit 1381561
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wa/wa11/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ const images = ["images/img1.png",

/* Declaring the alternative text for each image file */
const altText = {
"image1": "A persons eye",
"image2": "just rock",
"image3": "some flowers",
"image4": "old paintings",
"image5": "either moth or Butterfly"
"image1": "A camera lens",
"image2": "Estes park",
"image3": "Canyonlands",
"image4": "my mountain picture",
"image5": "our lovely president"
}

console.log(altText["img4"])
Expand Down

0 comments on commit 1381561

Please sign in to comment.