From 13815613b0702b04dbef4914556104f071662f1c Mon Sep 17 00:00:00 2001 From: andrewwidner Date: Thu, 9 Nov 2023 20:41:57 -0700 Subject: [PATCH] updates! --- wa/wa11/main.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wa/wa11/main.js b/wa/wa11/main.js index 0e5d865..4c24aa2 100644 --- a/wa/wa11/main.js +++ b/wa/wa11/main.js @@ -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"])