Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcad339

Browse files
committed
include the array into the comment
1 parent 4fe634c commit fcad339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Week1/homework/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict';
22

33
{
4+
/*
45
const myBookTitles = [
56
// Replace with your own book titles
67
'Siddhartha',
@@ -16,7 +17,7 @@
1617
];
1718
1819
// Replace with your own code
19-
/*
20+
2021
function generateList() {
2122
const ul = document.createElement('ul');
2223

0 commit comments

Comments
 (0)