Challenge 5: Find Duplicates in a List
In this challenge, your task is to find duplicates in a list.
We'll cover the following...
We'll cover the following...
Problem Statement
Implement the hasDuplicates function which verifies if a list has duplicate values.
Input
A list ...