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.
Sigiloso
For anagrams I have written the code using hasMap in JS and not able to give a solution for 2nd problem