...

/

Challenge 5: Find Duplicates in a List

Challenge 5: Find Duplicates in a List

In this challenge, your task is to find duplicates in a list.

Problem Statement

Implement the hasDuplicates function which verifies if a list has duplicate values.

Input

A ...