1 Answer
New AnswerTo store the quotes: You could use localStorage in JavaScript. Or you could php and save it in a sql database or a text file I’m not sure if it will work on the SoloLearn playground. For the slideshow: Put each slide in a separate div (just create the div for each quote using document.createElement() in JavaScript or echoing it for php)