Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
app ex till 1.5 to be continued
  • Loading branch information
annagabain committed Jul 5, 2019
commit 200a38d24383c29dbac2e59d74c048f2b19b47d6
2 changes: 1 addition & 1 deletion Week1/homework/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ generateList();
// // 1.8 Loop over these entries (hint: Object.keys(objectName) gives you an array containing the keys). Then write a function which places an
// 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.
// (Hint: you could give each li item an id tag by modifying the function you made before.)
}
}