Challenge 5: Find Duplicates in a List
In this challenge, your task is to find duplicates in a list.
We'll cover the following
Problem Statement
Implement the hasDuplicates
function which verifies if a list
has duplicate values.
Input
A list
Output
True if the list has duplicates and False otherwise
Get hands-on with 1400+ tech skills courses.