Created an app that displays random famous quotes each time a button is clicked. I used JavaScript syntax such as variables, loops, conditionals, and objects literal to build the array of quote objects to store the quotes. I wrote functions that selects the random quotes from the array and prints them to the screen.