My Random- quote-machine review

Hi,

I have completed the random quote machine project. I was a kind of copycat so the styling is very similar tp the example. The looks were great anyway.

I have some doubt about JS code quality, as I am pretty sure it can be optimised further. Any comments/critique is very welcome.

Awesome. Very well done. And it looks like the one FCC offered as an example.

If you want to challenge yourself, try using fetch() to get quote data that already exists online. If you need help with this task, I created a video tutorial where I do just that: https://youtu.be/us51Jne67_I?t=425. I even shared the timestamp where I start with the GET request.

Good luck!