Skip to content

Code challenge

Contains Duplicate

Problem

Given an integer array `nums`, return true if any value appears at least twice.
Editor · javascript4 lines · 57 chars
Back to topic
Contains Duplicate — Hash Tables · Aevrofy