Dropbox Interview Question

create a function in JavaScript that returns all the children of a DOM element that have a specific class.

Interview Answer

Anonymous

Nov 9, 2016

Classic recursion question