Find all numbers that appear in both lists. The returned list should contain no duplicates. The order of numbers in the output does not matter.
Examples:
Input: list1 = [1, 2, 3, 4, 5], list2 = [4, 5, 6, 7, 8]
Output: [4, 5]
Input: list1 = [1, 2, 2, 3], list2 = [2, 2, 3, 4]
Output: [2, 3]
Apex Code Editor
Welcome to Lightning Challenge!
How 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 August 2026
Contest runs August 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.