JS solution in a single line
InterviewBit Problems
Single Number : Solved
raschidjfr
2020-05-29 18:57:28 UTC
#1
return A.reduce((a,b) => a ^b);