This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.addEventListener('DOMContentLoaded', () => { | |
const quotes = [ | |
{ | |
text: "The only way to do great work is to love what you do.", | |
author: "Steve Jobs" | |
}, | |
{ | |
text: "The future belongs to those who believe in the beauty of their dreams.", | |
author: "Eleanor Roosevelt" | |
}, |