This question runs in a pre-configured Salesforce environment - no personal connection required.
Make an HTTP GET request to the DummyJSON API to fetch a random quote. Return the quote formatted as "quote text - author name".
The API endpoint is https://dummyjson.com/quotes/random and returns a JSON response with quote and author fields.
Examples:
Output: "Life is what happens when you are busy making other plans. - John Lennon"
Explanation: The quote text and author name are combined with a dash separator
Output: "The only way to do great work is to love what you do. - Steve Jobs"
Explanation: Format includes the quote, then dash with spaces, then the author name
Apex Code Editor
Welcome to Lightning Challenge!
How It Works
- • Write your solution in the code editor
- • This challenge runs without connecting your own org
- • Submit to check if your solution passes
- • Use hints if you get stuck
Contest Alert
🏆 #CodeEveryDay July 2026
Contest runs July 1 - 31. Complete challenges to climb the leaderboard!
Only the 31 daily challenges shown during this contest count toward points. Earlier dailies don't carry over.