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!
Create an Account
Sign up to track your progress, earn points, and compete with others. Your solutions will be saved automatically.
Create accountHow It Works
- • Write your solution in the code editor
- • Connect your Salesforce org to test
- • Submit to check if your solution passes
- • Use hints if you get stuck
Contest Alert
🏆 #CodeEveryDay Feb 2026
Contest runs February 1 - 28. Complete challenges to climb the leaderboard!
Points are calculated for challenges completed during the contest period.