BigPanda interview question

Implement a filter alert method, you need to find duplicate by specific fields

Interview Answer

Anonymous

May 15, 2025

First create an array for kind of cache and iterate in the filter to find duplicate then I improved the solution to map when the key was combination of the values