JavaScript code that remove the left most duplicate no in array | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

JavaScript code that remove the left most duplicate no in array

Array = [1,2,2,1,6,5,6,5] Output = [2,1,6,5]

15th Jul 2020, 4:05 PM
Prasad Tupe
Prasad Tupe - avatar
1 Answer
+ 1
No one gonna hand out code to you or write one for you ,if you really need a help ,link your code so one can see what you have attempted and may help you further ,
15th Jul 2020, 5:02 PM
Abhay
Abhay - avatar