[JavaScript] Momentum App - 3. Quotes and Background
// quotes.js const quotes = [ { quote: "Love For All, Hatred For None.", author: "Khalifatul Masih III" }, { quote: "Change the world by being yourself.", author: "Amy Poehler" }, { quote: "Every moment is a fresh beginning.", author: "T.S Eliot" }, { quote: "Never regret anything that made you smile.", author: "Mark Twain" }, { quote: "I don’t need it to be easy, I need it to be worth it. ", au..
2022. 5. 2.