We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513ace2 commit 7a7e85bCopy full SHA for 7a7e85b
1 file changed
Week1/homework/app.js
@@ -1,11 +1,11 @@
1
'use strict';
2
3
{
4
- const bookTitles = [
+ const bookIDs = [
5
// Replace with your own book titles
6
'harry_potter_chamber_secrets',
7
];
8
9
// Replace with your own code
10
- console.log(bookTitles);
+ console.log(bookIDs);
11
}
0 commit comments