I'm glad that I finish another challenge.
What specific areas of your project would you like help with?When fetching the data, what is the difference between:
try {
...
} catch { ... }
and
fetch(...)
.then(...)
.then(...)
.catch(...)
And which situation to use it?
P.S. As the advice #117 is no longer the same as in the design file, I made it generate random quote when loaded. And I think that's how it's supposed to be.