DEV Community

cem kaan kosali
cem kaan kosali

Posted on

arr.indexOf(item)

Hey,

As a codewars beta member I just completed training on the "Find the unique number" kata. Take the initiation to join me and start training too!

If you are a member already click here to train on "Find the unique number".

arr.indexOf(el) == arr.lastIndexOf(el)

Top comments (0)