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

Skip to content

Commit 200a38d

Browse files
committed
app ex till 1.5 to be continued
1 parent 23a400b commit 200a38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week1/homework/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ generateList();
133133
// // 1.8 Loop over these entries (hint: Object.keys(objectName) gives you an array containing the keys). Then write a function which places an
134134
// image at the corresponding li element. Remember that objects are not ordered, so you cannot guarantee that the first key is the first li element.
135135
// (Hint: you could give each li item an id tag by modifying the function you made before.)
136-
}
136+
}

0 commit comments

Comments
 (0)