Hi, I have read a lot on this topic in this forum but what I would really like to know is, do we really have to use a random quote API to do this assignment? A lot of people are talking about AJAX but really, FCC hardly cover JSON and AJAX especially AJAX in much details.
So I was thinking, can one have an array of a quotes hard coded and use JQuery to generate this random code. I find that through this way, I can truly understand the use of JQuery and AJAX and I will still be using library APIs to generate random number and quotes for display. The only think I will not be doing to accessing a external server for the quotes.
If I do that, will it still be inline with the challenge FCC set?
Many thanks,
Jasmine