Onsite technical 2st interview (Javascript) - 1) Write a function that reverses an array, then 2) Extend the Array class with your own reverse function 3) Implement your reverse function to be able to reverse an object by its keys
Sigiloso
Onsite technical 3rd interview (whiteboarding) - Given a list on integers and a target integer, find all unique sets of three numbers in the list that add up to the target number. Do this is n squared time