I used a local quotes array to get random quotes. I don’t know why but I couldn’t use the getQuotes function on the FCC project template where ajax was used. I kept getting an error
Uncaught ReferenceError: quotesData is not defined
The quotesData is from quotesData = JSON.parse(jsonQuotes);,
Perfect. But now we need you to try using the ajax method so we can see what you did and help you get the results you want. Make sure to save your codepen so we can see your changes.