Locate Unique Integer in Array

# Introduction In this challenge, our aim is to implement the `singleNumber` function in the `singleNumber.js` file, which will enable us to locate the lone integer within a non-empty array, where all other integers occur twice. The algorithm must have a linear runtime and utilize constant extra space.

|60 : 00

Click the virtual machine below to start practicing