Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.04 KB

YCIT-027 Assignment 1 of 1

Tasks

  1. Fork the repository

NOTE: If you do not fork the repository, you will not get the 10%

  1. Clone the repository to your local machine

  2. Fix the broken image issue as shown in the screenshot "broken-image-to-fix.png". What we want, is that this broken link does not appear when we first open the page. Maybe use CSS? DOM API?

  3. There is a bug on line 5 of script.js. Fix it. (HINT: we are trying to "resolve the promise to another promise")

  4. Add a new feature: when we click the button "Get Cat Image" multiple times, we want to see multiple cat images. You will need to use the DOM API to add new "img" elements to the page.

  5. Stage, commit and push your changes to your repository

NOTE: If you do not push your changes to your repository, you will not get the 10%

PROBLEMS?: Please write below this line if you are encountering any problems. If you detail your problems here, you will get the 10%. Just be sure to push your changes to your forked repository.

Last Push Done