Building a random quote machine with Vanilla JavaScript and JSON

Here comes Part 2 of this series. You can read more about this project’s background on the project’s page. Or start from the beginning with part 1 of this series.

If you’re curious about the next flavors, you should subscribe to Morse Wall. I think you’ll like it a lot!

In flavor #1, I have the data (quotes) inside an array. In this flavor, I’m storing the quotes in a separate JSON file.