Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @justbycris

    Submitted

    I loved this project, it was great to dive into fetch API. My difficult task was that at first my fetch data kept coming out with the same response (quote) no matter if I clicked the button or refreshed the page. So doing some research I find out I had to clear the cache when making another request, hence why it wasn't updating. It helped a lot for understanding better fetch API and how to handle JSON objects.

    Aliko Amos 100

    @Aliko2020

    Posted

    great work, your code looks well-structured and clean, consider using const or let consistently when declaring variables. For example, you can use const for url since it doesn't chang

    0