Pergunta de entrevista da empresa Skeps

Asked 2 coding questions. 1-> Group all the anagrams together present in an array. 2-> Make a deepCheck function where you can compare any dataType and it's value if they are equal or not.

Resposta da entrevista

Sigiloso

29 de mai. de 2025

For anagrams I have written the code using hasMap in JS and not able to give a solution for 2nd problem