JavaScript - 26

JavaScript - 26: Random Quote Generator

Create a button that displays a random quote from an array of quotes each time it is clicked.

✦ JavaScript Editor
▶ Live Output

👀 Show Solution
// Full working solution is in the editor above