Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 802a5fe

Browse files
committed
correction made
1 parent 6481e30 commit 802a5fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Week1/homework/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
Macbeth: './images/Macbeth.jpeg',
9696
Julius_Caesar: './images/Julius_Caesar.jpeg',
9797
Silas_Marner: './images/Silas_Marner.jpeg',
98-
The_Gods_Are_Not_To_Blame: './images/The_Gods_Are _Not _To _Blame.jpeg',
98+
The_Gods_Are_Not_To_Blame: './images/The_Gods_Are_Not_To_Blame.jpeg',
9999
Things_Fall_Apart: './images/Things_Fall_Apart.jpeg',
100100
Database_Processing: './images/Database_Processing.jpg',
101101
JavaScript_For_Web_Developers: './images/JavaScript_For_Web_Developers.jpeg',
@@ -110,6 +110,7 @@
110110
const img = document.createElement('img');
111111
li.appendChild(img);
112112
img.setAttribute('src', `${bookCovers[key]}`);
113+
img.setAttribute('alt', `${bookCovers[key]}`);
113114
}
114115
}
115116

0 commit comments

Comments
 (0)