Skip to content

Commit 7f5d0b5

Browse files
authored
Update MAKEME.md
1 parent 5459238 commit 7f5d0b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Week4/MAKEME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ custom challenge:
1313
2. You can copy the JSON and put it in a string at the top of your js file. Print the title of the 3rd movie in the array to the console.
1414
3. Make a ul with a li for each title (just like you did with the books in the previous assignment
1515
4. Use CSS to divide the page in two columns. The left column will have a list of the titles for each movie. The right column will have all the information listed for each movie.
16-
5. Replace the "Poster" property with the actual image of the poster.
16+
5. Replace the "Poster" property with the actual image of the poster. If you do this correctly, in the right column there will be a picture for each movie.
1717
6. Use the imdbID to create an URL to the IMDB page for that movie (hint: IMDB urls always look like this http://www.imdb.com/title/[imdbId] where [imdbId] would be replaced by the actual Id. If you do this correctly, each movie will have a link to its own IMDB page. Make sure the link opens in a new tab
18-
7. Make a Github Repository for your javascript homework. Store your solutions in this repo. Put the repo link in trello. NO MORE ZIP FILES :octopus:
18+
7. Make a Github Repository for your javascript homework. Store your solutions in this repo. Put the repo link in trello. NO MORE ZIP FILES :octocat:

0 commit comments

Comments
 (0)